Skip to content

Commit 397774c

Browse files
committed
add a starting log
1 parent 08be91d commit 397774c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_tests_in_ci.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const argv = yargs.options({
7070
}
7171
}
7272
}
73+
console.log('Starting: ' + name);
7374
const testProcess = spawn('yarn', ['--cwd', dir, scriptName]);
7475

7576
testProcess.childProcess.stdout.on('data', data => {

0 commit comments

Comments
 (0)