Kokoro: Print test output to stdout

This commit is contained in:
Ben Clayton 2020-07-13 10:12:06 +01:00
parent f5add0b20d
commit 16ef2588ed
3 changed files with 3 additions and 3 deletions

View 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%"