mirror of https://github.com/zulip/zulip.git
node tests: Add "Starting node tests..." message.
This commit is contained in:
parent
4525843681
commit
f0de6bd461
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue