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

Commit

Permalink
Add long stack traces to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Jan 14, 2016
1 parent d82dda6 commit 9664817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -ex
set -e

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

# Run tests
$NODE_BIN/_mocha -R $MOCHA_REPORTERS
BLUEBIRD_LONG_STACK_TRACES=1 $NODE_BIN/_mocha -R $MOCHA_REPORTERS
STATUS=$?

# Echo coverage information
Expand Down

0 comments on commit 9664817

Please sign in to comment.