diff --git a/kokoro/windows-msvc-2015-release-bazel/build.bat b/kokoro/windows-msvc-2015-release-bazel/build.bat index e6c8cbcc..969d74d2 100644 --- a/kokoro/windows-msvc-2015-release-bazel/build.bat +++ b/kokoro/windows-msvc-2015-release-bazel/build.bat @@ -43,14 +43,13 @@ bazel.exe build :all if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% echo "Build Completed %DATE% %TIME%" -:: TODO: Currently the bazel tests fail due to issues resolving paths on Windows :: ############## :: Run the tests :: ############## -:: echo "Running Tests... %DATE% %TIME%" -:: bazel.exe test :all -:: if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% -:: echo "Tests Completed %DATE% %TIME%" +echo "Running Tests... %DATE% %TIME%" +bazel.exe test :all +if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% +echo "Tests Completed %DATE% %TIME%" exit /b 0