From 34595403be7f176c6c2a7af66424f1b8241656f6 Mon Sep 17 00:00:00 2001 From: Jaideep Bhoosreddy Date: Mon, 11 Nov 2019 23:23:54 -0500 Subject: [PATCH] fix error reporting --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a7297fd29b6..4882c76b6f48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: name: Output comparision results and report to CircleCI command: | mkdir -p ~/test-results/test262 - cat ~/diff.tap | $(npm bin)/tap-mocha-reporter xunit | tee ~/test-results/test262/results.xml || true + cat ~/diff.tap | $(npm bin)/tap-mocha-reporter xunit | tee ~/test-results/test262/results.xml <<: *test262_workdir - store_test_results: *artifact_test262_xunit