diff options
author | Alec Thomas <alec@swapoff.org> | 2013-08-17 20:43:48 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-08-17 20:43:48 -0400 |
commit | 85acbac9ef2838926e367fbd82ca5964668744d0 (patch) | |
tree | a49a56a30bc33d335cdb3c3a61d8ab59ce919fff /scripts | |
parent | ae73146efcb2d7a841abe2908128fdf6e6bc348a (diff) |
Clarify docs + dump test output on failure.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis.sh | 2 |
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 |