aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-08-17 20:43:48 -0400
committerAlec Thomas <alec@swapoff.org>2013-08-17 20:43:48 -0400
commit85acbac9ef2838926e367fbd82ca5964668744d0 (patch)
treea49a56a30bc33d335cdb3c3a61d8ab59ce919fff /scripts
parentae73146efcb2d7a841abe2908128fdf6e6bc348a (diff)
Clarify docs + dump test output on failure.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh
index 3244b82..dadc478 100755
--- a/scripts/travis.sh
+++ b/scripts/travis.sh
@@ -12,4 +12,4 @@ fi
cmake ${CMAKE_ARGS}
make VERBOSE=1
-make test
+make test || cat Testing/Temporary/LastTest.log