mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Have better stack traces for node tests.
(imported from commit 7053852dcd1b8479f1dbcb8cf7e46f008afe8a5a)
This commit is contained in:
@@ -12,5 +12,5 @@ if [ f$1 = fcover ]; then
|
|||||||
else
|
else
|
||||||
# Normal testing, no coverage analysis.
|
# Normal testing, no coverage analysis.
|
||||||
# Run the index.js test runner, which runs all the other tests.
|
# Run the index.js test runner, which runs all the other tests.
|
||||||
$NODEJS $INDEX_JS
|
$NODEJS --stack-trace-limit=100 $INDEX_JS
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user