We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82dda6 commit 9664817Copy full SHA for 9664817
1 file changed
test/test-run.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -ex
+set -e
4
5
finish() {
6
pkill -P $$ # kills all processes that have this pid - $$ - as the parent
@@ -48,7 +48,7 @@ if [[ $WEBDRIVERCSS_COVERAGE == '1' ]]; then
48
fi
49
50
# Run tests
51
-$NODE_BIN/_mocha -R $MOCHA_REPORTERS
+BLUEBIRD_LONG_STACK_TRACES=1 $NODE_BIN/_mocha -R $MOCHA_REPORTERS
52
STATUS=$?
53
54
# Echo coverage information
0 commit comments