From 02a6b8ef1edf3dc019b507e1e78b60e67a20b6a4 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 25 Jan 2016 10:10:23 -0800 Subject: [PATCH 1/2] Stop Node tests from incorrectly reporting success --- tools/run_tests/run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh index fff579fab8e..ebfbbdd5719 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 From e30785affbabb534f11ef493e69e38fc35e7e7dd Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 25 Jan 2016 13:46:26 -0800 Subject: [PATCH 2/2] Fixed copyright --- tools/run_tests/run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh index ebfbbdd5719..f93c9c30cbe 100755 --- a/tools/run_tests/run_node.sh +++ b/tools/run_tests/run_node.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2015, Google Inc. +# Copyright 2015-2016, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without