Unverified Commit 2131584b authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #4398 from pherl/catlog3.5

Cat the test-suite.log on errors for presubmits
parents b5fbb742 29ff9fd9
......@@ -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
......
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