Cat the test-suite.log on errors for presubits

pull/4397/head
Jisi Liu 7 years ago
parent ab95b1bc1e
commit 4880027649
  1. 2
      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

Loading…
Cancel
Save