Unverified Commit d6a17aad authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #4397 from pherl/catlog

Cat the test-suite.log on errors for presubmits
parents ab95b1bc 48800276
...@@ -35,7 +35,7 @@ internal_build_cpp() { ...@@ -35,7 +35,7 @@ internal_build_cpp() {
build_cpp() { build_cpp() {
internal_build_cpp internal_build_cpp
make check -j2 make check -j2 || (cat src/test-suite.log; false)
cd conformance && make test_cpp && cd .. cd conformance && make test_cpp && cd ..
# The benchmark code depends on cmake, so test if it is installed before # The benchmark code depends on cmake, so test if it is installed before
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment