node tests: Add "Starting node tests..." message.

This commit is contained in:
Steve Howell 2017-08-15 14:50:10 -04:00
parent 4525843681
commit f0de6bd461
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ else:
# Run the index.js test runner, which runs all the other tests.
command = ['node', '--stack-trace-limit=100', INDEX_JS] + args
print('Starting node tests...')
# If we got this far, we can run the tests!
try:
ret = subprocess.check_call(command)