Skip to content

Commit

Permalink
close a quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithgol committed Feb 13, 2014
1 parent 14637b9 commit eaea6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/test_binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports.validate = function(opts,callback) {
return callback();
}
args.push(opts.module_main);
log.info("validate","Running test command: '" + shell_cmd + ' ' + args.join(' '));
log.info("validate","Running test command: '" + shell_cmd + ' ' + args.join(' ') + "'");
cp.execFile(shell_cmd, args, options, function(err, stdout, stderr) {
// check for normal timeout for node-webkit
if (err && nw && err.killed == true && err.signal.indexOf('SIG') > -1) {
Expand Down

0 comments on commit eaea6e1

Please sign in to comment.