Cat the test-suite.log on errors for presubits

pull/4398/head
Jisi Liu 7 years ago
parent b5fbb742af
commit 29ff9fd910
  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