aboutsummaryrefslogtreecommitdiff
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:33:38 -0700
commit29ff9fd910ab55c4f6cd485c7e090bfbf4a31c11 (patch)
treecd7b4bad6e4d33e66d9cb91ab95136326a11f572
parentb5fbb742af122b565925987e65c08957739976a7 (diff)
downloadprotobuf-29ff9fd910ab55c4f6cd485c7e090bfbf4a31c11.tar.gz
protobuf-29ff9fd910ab55c4f6cd485c7e090bfbf4a31c11.tar.bz2
protobuf-29ff9fd910ab55c4f6cd485c7e090bfbf4a31c11.zip
Cat the test-suite.log on errors for presubits
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 6303f100..e2bc01c9 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