[mapguide-commits] r8419 - trunk/MgDev

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Oct 18 05:31:04 PDT 2014


Author: jng
Date: 2014-10-18 05:31:04 -0700 (Sat, 18 Oct 2014)
New Revision: 8419

Modified:
   trunk/MgDev/run_tests.sh
Log:
#2493: Muffle PHP deprecation warnings

Modified: trunk/MgDev/run_tests.sh
===================================================================
--- trunk/MgDev/run_tests.sh	2014-10-18 12:07:04 UTC (rev 8418)
+++ trunk/MgDev/run_tests.sh	2014-10-18 12:31:04 UTC (rev 8419)
@@ -265,7 +265,7 @@
 		export SERVER_ADDR=$WEB_SERVER_ADDR
 		export SERVER_PORT=$WEB_SERVER_PORT
 		export WEBCONFIGINI=$PWD/../../webconfig.ini
-		$PHP_CMD RunTests.php 2>&1 | tee $LOG_PATH/php_test.log
+		$PHP_CMD -d error_reporting=E_ALL^E_DEPRECATED RunTests.php 2>&1 | tee $LOG_PATH/php_test.log
 		check_test
 	popd > /dev/null
 	stop_mapguide_server



More information about the mapguide-commits mailing list