[mapguide-commits] r8407 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 16 21:31:29 PDT 2014


Author: jng
Date: 2014-10-16 21:31:29 -0700 (Thu, 16 Oct 2014)
New Revision: 8407

Modified:
   trunk/MgDev/run_tests.sh
Log:
#2493: Fix server test execution path

Modified: trunk/MgDev/run_tests.sh
===================================================================
--- trunk/MgDev/run_tests.sh	2014-10-17 04:03:42 UTC (rev 8406)
+++ trunk/MgDev/run_tests.sh	2014-10-17 04:31:29 UTC (rev 8407)
@@ -4,10 +4,10 @@
 # run_tests.sh
 #
 # Simple wrapper script to execute all applicable tests on Linux
-SERVER_SAFE_SUBSET=1
+SERVER_FAST_SUBSET=1
 MG_INST=/usr/local/mapguideopensource
 PHP_CMD=$MG_INST/webserverextensions/php/bin/php
-TEST_SERVER=0
+TEST_SERVER=1
 TEST_PHP=0
 TEST_JAVA=1
 LOG_PATH=~



More information about the mapguide-commits mailing list