Skip to content

Commit

Permalink
Let the build fail if unit tests don't finish w/ success dvorka#920
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Feb 2, 2019
1 parent 2ce22a4 commit 93b4f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ script: # make lib unit tests > run lib unit tests > make MF > install MF
- cd lib/test # UNIT tests
- qmake -r CONFIG+=mfnocxx CONFIG+=mfunits QMAKE_CXX=${CXX} mindforger-lib-unit-tests.pro
- make
- cd src && export M8R_GIT_PATH="${M8RHOME}" && ./mindforger-lib-unit-tests > /tmp/mindforger-unit-tests.log 2>&1 ; true
- cd src && export M8R_GIT_PATH="${M8RHOME}" && ./mindforger-lib-unit-tests > /tmp/mindforger-unit-tests.log 2>&1 # ; true
- cd ../../..
- tail /tmp/mindforger-unit-tests.log
- qmake -r CONFIG+=mfnocxx QMAKE_CXX=${CXX} mindforger.pro
Expand Down

0 comments on commit 93b4f59

Please sign in to comment.