Merge pull request #4397 from pherl/catlog

Cat the test-suite.log on errors for presubmits
pull/4348/merge
Jisi Liu 7 years ago committed by GitHub
commit d6a17aadeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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