From 29ff9fd910ab55c4f6cd485c7e090bfbf4a31c11 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Mon, 19 Mar 2018 16:13:36 -0700 Subject: Cat the test-suite.log on errors for presubits --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 6303f100..e2bc01c9 100755 --- a/tests.sh +++ b/tests.sh @@ -35,7 +35,7 @@ internal_build_cpp() { build_cpp() { internal_build_cpp - make check -j2 + make check -j2 || (cat src/test-suite.log; false) cd conformance && make test_cpp && cd .. # The benchmark code depends on cmake, so test if it is installed before -- cgit v1.2.3