Run tests on Windows too.
authorEhsan Nasiri <ehsannas@gmail.com>
Fri, 18 Oct 2019 17:49:59 +0000 (13:49 -0400)
committerEhsan Nasiri <ehsannas@gmail.com>
Fri, 18 Oct 2019 17:49:59 +0000 (13:49 -0400)
kokoro/windows-msvc-2015-release-bazel/build.bat

index e6c8cbc..969d74d 100644 (file)
@@ -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