Skip to content

Commit

Permalink
fix error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhoosreddy committed Nov 12, 2019
1 parent 391e096 commit 3459540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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

Expand Down

0 comments on commit 3459540

Please sign in to comment.