Repository: mesos
Updated Branches:
  refs/heads/master 2fd78e6a0 -> a926cf3da


Windows: Updated build script to run the stout/libprocess tests.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a926cf3d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a926cf3d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a926cf3d

Branch: refs/heads/master
Commit: a926cf3dacaa74f720ef7c4a2f2d2625d138b419
Parents: b0d2c05
Author: Joseph Wu <josep...@apache.org>
Authored: Fri Oct 14 16:15:34 2016 -0700
Committer: Joseph Wu <josep...@apache.org>
Committed: Fri Oct 14 16:46:54 2016 -0700

----------------------------------------------------------------------
 support/windows-build.bat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a926cf3d/support/windows-build.bat
----------------------------------------------------------------------
diff --git a/support/windows-build.bat b/support/windows-build.bat
index 4603a2b..b3b6d0b 100644
--- a/support/windows-build.bat
+++ b/support/windows-build.bat
@@ -67,16 +67,16 @@ msbuild Mesos.sln /p:PreferredToolArchitecture=x64 /m 
/t:stout_tests
 if %errorlevel% neq 0 exit /b %errorlevel%
 
 REM TODO(josephw): Uncomment this after fixing the tests on Windows.
-REM "3rdparty/stout/tests/Debug/stout_tests.exe"
-REM if %errorlevel% neq 0 exit /b %errorlevel%
+"3rdparty/stout/tests/Debug/stout_tests.exe"
+if %errorlevel% neq 0 exit /b %errorlevel%
 
 REM Build and run the libprocess tests.
 msbuild Mesos.sln /p:PreferredToolArchitecture=x64 /m /t:process_tests
 if %errorlevel% neq 0 exit /b %errorlevel%
 
 REM TODO(josephw): Uncomment this after fixing the tests on Windows.
-REM "3rdparty/libprocess/src/tests/Debug/process_tests.exe"
-REM if %errorlevel% neq 0 exit /b %errorlevel%
+"3rdparty/libprocess/src/tests/Debug/process_tests.exe"
+if %errorlevel% neq 0 exit /b %errorlevel%
 
 REM Build everything else.
 msbuild Mesos.sln /p:PreferredToolArchitecture=x64 /m

Reply via email to