Kokoro: Print test output to stdout
authorBen Clayton <bclayton@google.com>
Mon, 13 Jul 2020 09:12:06 +0000 (10:12 +0100)
committerBen Clayton <bclayton@google.com>
Mon, 13 Jul 2020 15:20:06 +0000 (16:20 +0100)
kokoro/linux-clang-release-bazel/build.sh
kokoro/macos-clang-release-bazel/build.sh
kokoro/windows-msvc-2015-release-bazel/build.bat

index f73162f620968e344cb2e1ead643f67f67d0bef3..190e3d7024a8f96326550e929d55d59e8aa8afc2 100644 (file)
@@ -56,5 +56,5 @@ echo $(date): Build everything...
 echo $(date): Build completed.
 
 echo $(date): Starting bazel test...
-./bazel-0.29.1-linux-x86_64 test :all
+./bazel-0.29.1-linux-x86_64 test :all --test_output=all
 echo $(date): Bazel test completed.
index cc51fadf14ed4bf3cce8d77f4c4eb2f648cb0776..8f1b2516b2f97add5acfd340f828be93841d6fd0 100644 (file)
@@ -56,5 +56,5 @@ echo $(date): Build everything...
 echo $(date): Build completed.
 
 echo $(date): Starting bazel test...
-./bazel-0.29.1-darwin-x86_64 test :all
+./bazel-0.29.1-darwin-x86_64 test :all --test_output=all
 echo $(date): Bazel test completed.
index 1a1557c980cc7256b21d846975e57eb2e3c2e574..fb2009b1870e46c2fcc04990e03a2ec06444efa3 100644 (file)
@@ -67,7 +67,7 @@ echo "Build Completed %DATE% %TIME%"
 :: Run the tests
 :: ##############
 echo "Running Tests... %DATE% %TIME%"
-bazel.exe test :all
+bazel.exe test :all --test_output=all
 if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
 echo "Tests Completed %DATE% %TIME%"