From 54ecf20f685c9fbc81ea80383e9f29f38441718c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 3 May 2010 01:33:51 +0000 Subject: [PATCH] MINOR Allowing querystring arguments in sapphire/Makefile (from r103744) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@103885 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd2cc2bc4..d9f8070db 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ URL=`php5 ./cli-script.php SapphireInfo/baseurl` test: phpunit phpunit: - php5 ./cli-script.php dev/build flush=1 - php5 ./cli-script.php dev/tests/all flush=1 + php5 ./cli-script.php dev/build "flush=1&$(QUERYSTRING)" + php5 ./cli-script.php dev/tests/all "flush=1&$(QUERYSTRING)" windmill: functest ../cms/tests/test_windmill url=${URL}dev/tests/startsession browser=firefox