From 984efd8ddff320d53df2ab6a9c99b5314dea9080 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 4 May 2009 05:14:00 +0000 Subject: [PATCH] MINOR: Added flush=1 to test executor git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@75953 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acb957097..bd2cc2bc4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ URL=`php5 ./cli-script.php SapphireInfo/baseurl` test: phpunit phpunit: - php5 ./cli-script.php dev/build + php5 ./cli-script.php dev/build flush=1 php5 ./cli-script.php dev/tests/all flush=1 windmill: