removing stderr output redirect so that I can see what's happening within jenkins

This commit is contained in:
Spencer Alger
2014-01-15 15:18:37 -07:00
parent 58619d7839
commit 17e8596b52

View File

@ -61,7 +61,7 @@ if [[ "$NODE_UNIT" != "0" ]]; then
--reporter ../../../test/utils/jenkins-reporter.js"
echo "\$ $MOCHA_EXE"
$MOCHA_EXE 2> test/junit-node-integration.xml
$MOCHA_EXE
else
grunt_ jshint mochacov:unit
@ -98,7 +98,7 @@ if [[ "$NODE_INTEGRATION" != "0" ]]; then
--reporter ../../../test/utils/jenkins-reporter.js"
echo "\$ $MOCHA_EXE"
$MOCHA_EXE 2> test/junit-node-integration.xml
$MOCHA_EXE
else
manage_es start $TESTING_BRANCH $ES_RELEASE
grunt_ mochacov:integration_$TESTING_BRANCH