[mapguide-commits] r8522 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 27 08:31:34 PST 2015


Author: jng
Date: 2015-01-27 08:31:34 -0800 (Tue, 27 Jan 2015)
New Revision: 8522

Modified:
   trunk/MgDev/run_tests.bat
Log:
Make sure that the server test suite execution from run_tests.bat writes the test results xml file.

Modified: trunk/MgDev/run_tests.bat
===================================================================
--- trunk/MgDev/run_tests.bat	2015-01-27 16:30:11 UTC (rev 8521)
+++ trunk/MgDev/run_tests.bat	2015-01-27 16:31:34 UTC (rev 8522)
@@ -21,7 +21,7 @@
 SET START_MGSERVER=1
 SET START_WEBSERVER=1
 SET PREPARE_PHP_WEBSERVER=1
-SET RUN_SERVER_TESTS=0
+SET RUN_SERVER_TESTS=1
 SET RUN_PHP_TESTS=1
 SET RUN_DOTNET_TESTS=1
 SET RUN_JAVA_TESTS=1
@@ -42,7 +42,7 @@
     pushd Server\bin\%CONF%
     rem Before we run, nuke the Repositories/ directory to ensure a clean slate
     rd /S /Q Repositories
-    mgserver.exe test
+    mgserver.exe test all UnitTestResults.xml
     if %ERRORLEVEL% neq 0 echo [test]: MapGuide Server tests had one or more failures. Check UnitTestResults.xml for more information
     rem Nuke again for future tests
     rd /S /Q Repositories



More information about the mapguide-commits mailing list