Skip to content

Commit 732cb0e

Browse files
authored
CTEST_OUTPUT_ON_FAILURE
1 parent 9401db7 commit 732cb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ script:
2222
-DOCC_INCLUDE_DIR=/usr/include/opencascade \
2323
-DOCC_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
2424
- make -j2
25-
- make test
25+
- make CTEST_OUTPUT_ON_FAILURE=1 test

0 commit comments

Comments
 (0)