Commit 48800276 authored by Jisi Liu's avatar Jisi Liu

Cat the test-suite.log on errors for presubits

parent ab95b1bc
...@@ -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