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