[mapguide-commits] r7179 - trunk/MgDev/UnitTest

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 1 08:15:59 PDT 2012


Author: jng
Date: 2012-11-01 08:15:59 -0700 (Thu, 01 Nov 2012)
New Revision: 7179

Modified:
   trunk/MgDev/UnitTest/run_php_tests.bat
Log:
#2166: Auto-terminate mgserver.exe if the script started it up

Modified: trunk/MgDev/UnitTest/run_php_tests.bat
===================================================================
--- trunk/MgDev/UnitTest/run_php_tests.bat	2012-11-01 15:12:33 UTC (rev 7178)
+++ trunk/MgDev/UnitTest/run_php_tests.bat	2012-11-01 15:15:59 UTC (rev 7179)
@@ -98,7 +98,9 @@
 popd
 
 IF "%START_MGSERVER%" == "1" (
-    echo You can now terminate mgserver.exe
+    REM We're naturally assuming the only mgserver.exe that is running is the one this script started
+    echo Terminating mgserver.exe
+    taskkill /im mgserver.exe
 )
 
 :quit



More information about the mapguide-commits mailing list