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
This commit is contained in:
Sam Minnee 2008-05-24 05:57:09 +00:00
parent b1ccd1a04d
commit 5562885c69
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,7 @@ URL=`./cli-script.php SapphireInfo/baseurl`
test: phpunit test: phpunit
phpunit: phpunit:
php5 ./cli-script.php TestRunner php5 ./cli-script.php TestRunner flush=1
windmill: windmill:
functest ../cms/tests/test_windmill url=${URL}admin browser=firefox functest ../cms/tests/test_windmill url=${URL}admin browser=firefox

View File

@ -116,8 +116,6 @@ $url = $_SERVER['argv'][1];
if(isset($_SERVER['argv'][2])) { if(isset($_SERVER['argv'][2])) {
parse_str($_SERVER['argv'][2], $_GET); parse_str($_SERVER['argv'][2], $_GET);
$_REQUEST = $_GET; $_REQUEST = $_GET;
print_r($_GET);
} }
// Direct away - this is the "main" function, that hands control to the apporopriate controllerx // Direct away - this is the "main" function, that hands control to the apporopriate controllerx