Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Commit 9664817

Browse files
committed
Add long stack traces to test.
1 parent d82dda6 commit 9664817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test-run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -ex
3+
set -e
44

55
finish() {
66
pkill -P $$ # kills all processes that have this pid - $$ - as the parent
@@ -48,7 +48,7 @@ if [[ $WEBDRIVERCSS_COVERAGE == '1' ]]; then
4848
fi
4949

5050
# Run tests
51-
$NODE_BIN/_mocha -R $MOCHA_REPORTERS
51+
BLUEBIRD_LONG_STACK_TRACES=1 $NODE_BIN/_mocha -R $MOCHA_REPORTERS
5252
STATUS=$?
5353

5454
# Echo coverage information

0 commit comments

Comments
 (0)