We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d0d89 commit 54b8317Copy full SHA for 54b8317
.travis.yml
@@ -71,6 +71,14 @@ script:
71
- make install
72
# Run unit tests and generate coverage results
73
- make test
74
+ - |
75
+ if [[ -s build/native/Testing/Temporary/LastTestsFailed.log ]]; then
76
+ echo "You must fix unit test errors before submitting a pull request"
77
+ echo ""
78
+ cat build/native/Testing/Temporary/LastTestsFailed.log
79
+ grep "\[ FAIL\]" build/native/Testing/Temporary/LastTest.log
80
+ exit -1
81
+ fi
82
- make lcov
83
# Eventually check/enforce minimum coverage
84
# Make documentation
0 commit comments