only jenkins will call mocha directly, should fix stderr redirection

This commit is contained in:
Spencer Alger
2014-01-15 15:03:37 -07:00
parent d4c0f71419
commit ad95a609d6
2 changed files with 31 additions and 29 deletions

View File

@ -4,4 +4,5 @@ export VERBOSE="true"
export JENKINS="true"
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
set +x
source $HERE/ci.sh