summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/googletest/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/googletest/travis.sh')
-rw-r--r--3rdparty/googletest/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/googletest/travis.sh b/3rdparty/googletest/travis.sh
index 20fe3e393dd..bdecbd964db 100644
--- a/3rdparty/googletest/travis.sh
+++ b/3rdparty/googletest/travis.sh
@@ -12,4 +12,4 @@ cmake -Dgtest_build_samples=ON \
-DCMAKE_CXX_FLAGS=$CXX_FLAGS \
../../$GTEST_TARGET
make
-make test
+CTEST_OUTPUT_ON_FAILURE=1 make test