Merge pull request #4397 from pherl/catlog

Cat the test-suite.log on errors for presubmits
This commit is contained in:
Jisi Liu 2018-03-19 16:26:34 -07:00 committed by GitHub
commit d6a17aadeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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