From 02a6b8ef1edf3dc019b507e1e78b60e67a20b6a4 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 25 Jan 2016 10:10:23 -0800 Subject: Stop Node tests from incorrectly reporting success --- tools/run_tests/run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 '' > \ ../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 -- cgit v1.2.3