aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-01-25 10:10:23 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-01-25 10:10:23 -0800
commit02a6b8ef1edf3dc019b507e1e78b60e67a20b6a4 (patch)
treeb0172815020afe1b684ed27fc0f81bff499a0e74 /tools
parente0a609365164417bef2fa130d2bacbb786fb9b03 (diff)
Stop Node tests from incorrectly reporting success
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_node.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh
index fff579fab8..ebfbbdd571 100755
--- a/tools/run_tests/run_node.sh
+++ b/tools/run_tests/run_node.sh
@@ -51,5 +51,5 @@ then
echo '<html><head><meta http-equiv="refresh" content="0;URL=lcov-report/index.html"></head></html>' > \
../reports/node_coverage/index.html
else
- JUNIT_REPORT_PATH=src/node/reports.xml JUNIT_REPORT_STACK=1 ./node_modules/.bin/mocha --reporter mocha-jenkins-reporter src/node/test || true
+ JUNIT_REPORT_PATH=src/node/reports.xml JUNIT_REPORT_STACK=1 ./node_modules/.bin/mocha --reporter mocha-jenkins-reporter src/node/test
fi