File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
linux-clang-release-bazel
macos-clang-release-bazel
windows-msvc-2015-release-bazel Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ echo $(date): Build everything...
56
56
echo $( date) : Build completed.
57
57
58
58
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
60
60
echo $( date) : Bazel test completed.
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ echo $(date): Build everything...
56
56
echo $( date) : Build completed.
57
57
58
58
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
60
60
echo $( date) : Bazel test completed.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ echo "Build Completed %DATE% %TIME%"
67
67
:: Run the tests
68
68
:: ##############
69
69
echo " Running Tests... %DATE% %TIME% "
70
- bazel.exe test :all
70
+ bazel.exe test :all --test_output=all
71
71
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
72
72
echo " Tests Completed %DATE% %TIME% "
73
73
You can’t perform that action at this time.
0 commit comments