Browse Source

Cat the test-suite.log on errors for presubits

Jisi Liu 7 years ago
parent
commit
29ff9fd910
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests.sh

+ 1 - 1
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