Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 05d6afd

Browse files
committed
add --output-on-failure
1 parent c5f527b commit 05d6afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
TEST_COMMAND="exec ctest"
3+
TEST_COMMAND="exec ctest --output-on-failure"
44
if [ $COVERALLS = "ON" ]
55
then
66
TEST_COMMAND="exec make coveralls"

0 commit comments

Comments
 (0)