Skip to content

Commit b481744

Browse files
authored
Merge pull request KhronosGroup#2335 from ben-clayton/kokoro-bazel-test-output
Kokoro: Print test output to stdout
2 parents 39b8de1 + 16ef258 commit b481744

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kokoro/linux-clang-release-bazel/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ echo $(date): Build everything...
5656
echo $(date): Build completed.
5757

5858
echo $(date): Starting bazel test...
59-
./bazel-0.29.1-linux-x86_64 test :all
59+
./bazel-0.29.1-linux-x86_64 test :all --test_output=all
6060
echo $(date): Bazel test completed.

kokoro/macos-clang-release-bazel/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ echo $(date): Build everything...
5656
echo $(date): Build completed.
5757

5858
echo $(date): Starting bazel test...
59-
./bazel-0.29.1-darwin-x86_64 test :all
59+
./bazel-0.29.1-darwin-x86_64 test :all --test_output=all
6060
echo $(date): Bazel test completed.

kokoro/windows-msvc-2015-release-bazel/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ echo "Build Completed %DATE% %TIME%"
6767
:: Run the tests
6868
:: ##############
6969
echo "Running Tests... %DATE% %TIME%"
70-
bazel.exe test :all
70+
bazel.exe test :all --test_output=all
7171
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
7272
echo "Tests Completed %DATE% %TIME%"
7373

0 commit comments

Comments
 (0)