From 3ef542d3c94673e17c72cc8a01c9790638f7c372 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 27 Aug 2008 08:29:37 +0000 Subject: [PATCH] Included windmill testing in the continous integration again git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61629 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 04b988cd7..9103c0d15 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,12 @@ # Most users should simply visit the site root in your web browser. # # -URL=`./cli-script.php SapphireInfo/baseurl` +URL=`php5 ./cli-script.php SapphireInfo/baseurl` -test: phpunit +test: phpunit windmill phpunit: php5 ./cli-script.php dev/tests/all flush=1 windmill: - functest ../cms/tests/test_windmill url=${URL}admin browser=firefox + functest ../cms/tests/test_windmill url=${URL}dev/tests/startsession browser=firefox