aboutsummaryrefslogtreecommitdiff
path: root/tests.sh
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2018-03-19 16:13:36 -0700
committerJisi Liu <jisi.liu@gmail.com>2018-03-19 16:13:36 -0700
commit48800276490899c214632a36f094305670a65627 (patch)
treeebca8c9c0bf9557539de265d8ee0b88099bed850 /tests.sh
parentab95b1bc1eb964ee5f1fb48297344c5d37d35191 (diff)
downloadprotobuf-48800276490899c214632a36f094305670a65627.tar.gz
protobuf-48800276490899c214632a36f094305670a65627.tar.bz2
protobuf-48800276490899c214632a36f094305670a65627.zip
Cat the test-suite.log on errors for presubits
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index ade2c66f..fbbfd448 100755
--- a/tests.sh
+++ b/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