diff --git a/Makefile b/Makefile index d9f8070db..52f3a8b08 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,13 @@ # Most users should simply visit the site root in your web browser. # # -URL=`php5 ./cli-script.php SapphireInfo/baseurl` +URL=`php ./cli-script.php SapphireInfo/baseurl` test: phpunit phpunit: - php5 ./cli-script.php dev/build "flush=1&$(QUERYSTRING)" - php5 ./cli-script.php dev/tests/all "flush=1&$(QUERYSTRING)" + php ./cli-script.php dev/build "flush=1&$(QUERYSTRING)" + php ./cli-script.php dev/tests/all "flush=1&$(QUERYSTRING)" windmill: functest ../cms/tests/test_windmill url=${URL}dev/tests/startsession browser=firefox