Have better stack traces for node tests.

(imported from commit 7053852dcd1b8479f1dbcb8cf7e46f008afe8a5a)
This commit is contained in:
Steve Howell
2014-02-10 13:06:13 -05:00
parent bb60e96910
commit 42a67576b4

View File

@@ -12,5 +12,5 @@ if [ f$1 = fcover ]; then
else
# Normal testing, no coverage analysis.
# Run the index.js test runner, which runs all the other tests.
$NODEJS $INDEX_JS
$NODEJS --stack-trace-limit=100 $INDEX_JS
fi