From 5562885c69713921d69d5c6de67160839a43b1df Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sat, 24 May 2008 05:57:09 +0000 Subject: [PATCH] Added flush=1 to test, to ensure that templates are rebuilt git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@55084 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 2 +- cli-script.php | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 142acd787..72446f96b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ URL=`./cli-script.php SapphireInfo/baseurl` test: phpunit phpunit: - php5 ./cli-script.php TestRunner + php5 ./cli-script.php TestRunner flush=1 windmill: functest ../cms/tests/test_windmill url=${URL}admin browser=firefox diff --git a/cli-script.php b/cli-script.php index d88f2bfb7..75daafcbf 100755 --- a/cli-script.php +++ b/cli-script.php @@ -116,11 +116,9 @@ $url = $_SERVER['argv'][1]; if(isset($_SERVER['argv'][2])) { parse_str($_SERVER['argv'][2], $_GET); $_REQUEST = $_GET; - print_r($_GET); - } // Direct away - this is the "main" function, that hands control to the apporopriate controllerx Director::direct($url); -?> \ No newline at end of file +?>