Skip to content

Commit

Permalink
Merge pull request #6175 from ipfs/ci/sharness-output
Browse files Browse the repository at this point in the history
ci: avoid interleaving output from different sharness tests
  • Loading branch information
Stebalien authored Apr 4, 2019
2 parents 1244056 + ad8c51b commit ab7e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- *make_out_dirs
- *restore_gomod

- run: make -j 10 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1
- run: make -O -j 10 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1

- run:
when: always
Expand Down

0 comments on commit ab7e22a

Please sign in to comment.