mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
trevis testing with sh
This commit is contained in:
parent
8e0df8016d
commit
0e74749140
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var util = require('util'),
|
|||
exec = require('child_process').execFile,
|
||||
child;
|
||||
|
||||
child = exec('ls',
|
||||
child = exec('sh test/test.sh',
|
||||
function (error, stdout, stderr) {
|
||||
console.log('stdout: ' + stdout);
|
||||
console.log('stderr: ' + stderr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue