Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
on error cat test output
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlimb committed Dec 8, 2014
1 parent f730f93 commit f873b5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ before_install:

script:
- python make_kit.py -t --mpi=/usr
- export CNCROOT=`pwd`/kit.pkg/cnc/current && cd tests && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-DCNC_REQUIRED_TBB_VERSION=6101" -DRUN_DIST=FALSE .. && make -j 2 && make test
- export CNCROOT=`pwd`/kit.pkg/cnc/current && cd tests && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-DCNC_REQUIRED_TBB_VERSION=6101" -DRUN_DIST=FALSE .. && make -j 2 && (make test || cat Testing/Temporary/LastTest.log)

compiler:
- gcc

after_failure:
- cd && cat tests/build/Testing/Temporary/LastTest.log

0 comments on commit f873b5b

Please sign in to comment.