mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
b1ccd1a04d
commit
5562885c69
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user