aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2018-03-19 16:58:06 -0700
committerGitHub <noreply@github.com>2018-03-19 16:58:06 -0700
commit2131584b8d31c35cc7c7a7b3c54704898d15dad8 (patch)
treecd7b4bad6e4d33e66d9cb91ab95136326a11f572
parentb5fbb742af122b565925987e65c08957739976a7 (diff)
parent29ff9fd910ab55c4f6cd485c7e090bfbf4a31c11 (diff)
downloadprotobuf-2131584b8d31c35cc7c7a7b3c54704898d15dad8.tar.gz
protobuf-2131584b8d31c35cc7c7a7b3c54704898d15dad8.tar.bz2
protobuf-2131584b8d31c35cc7c7a7b3c54704898d15dad8.zip
Merge pull request #4398 from pherl/catlog3.5
Cat the test-suite.log on errors for presubmits
-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