From 85acbac9ef2838926e367fbd82ca5964668744d0 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Sat, 17 Aug 2013 20:43:48 -0400 Subject: Clarify docs + dump test output on failure. --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3