Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
show failed test logs
  • Loading branch information
kevinkreiser committed Jul 18, 2017
1 parent 48f6718 commit 5643d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -27,7 +27,7 @@ dependencies:
- ./configure CC="ccache gcc" CXX="ccache g++" --enable-coverage
- ccache -z
- ccache -s
- make test -j$(nproc)
- (rc=0; make test -j$(nproc) || rc=$?; for f in test/*.log; do if [ $(grep -Fc FAIL $f) -ne 0 ]; then echo "----------${f}----------"; cat ${f}; fi; done; exit ${rc};)
- ccache -s
cache_directories:
- "~/.ccache"
Expand Down

0 comments on commit 5643d49

Please sign in to comment.