tests: output output for debug for now

This commit is contained in:
Jared Allard
2016-02-24 21:57:28 -08:00
parent 4899c1983b
commit cfd01c60c6
+4
View File
@@ -121,6 +121,10 @@ const runTest = function(test, args, cb) {
throw new Error('Test failed (stdout never contained true)');
return cb(false);
}
});
testinst.stdout.on('data', function(d) {
process.stdout.write(d.toString('ascii'));
})
}