We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08be91d commit 397774cCopy full SHA for 397774c
scripts/run_tests_in_ci.js
@@ -70,6 +70,7 @@ const argv = yargs.options({
70
}
71
72
73
+ console.log('Starting: ' + name);
74
const testProcess = spawn('yarn', ['--cwd', dir, scriptName]);
75
76
testProcess.childProcess.stdout.on('data', data => {
0 commit comments