From e0bf303de0d5e160e258a6ff5bfdb3d3dd309b65 Mon Sep 17 00:00:00 2001 From: sminnee Date: Mon, 26 Oct 2009 21:26:40 +0000 Subject: [PATCH] BUGFIX: Prevent 'make test' from running dev/build twice. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@90092 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index db731c4..dc9e21c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ # test: - php ./sapphire/cli-script.php dev/build flush=1 $(MAKE) -C sapphire test getallmodules: @@ -23,4 +22,4 @@ getallmodules: if [ -d gallery ]; then svn update gallery; else svn co http://svn.silverstripe.com/open/modules/gallery/trunk gallery; fi if [ -d rssaggregator ]; then svn update rssaggregator; else svn co http://svn.silverstripe.com/open/modules/rssaggregator/trunk rssaggregator; fi if [ -d sharethis ]; then svn update sharethis; else svn co http://svn.silverstripe.com/open/modules/sharethis/trunk sharethis; fi - if [ -d userforms ]; then svn update userforms; else svn co http://svn.silverstripe.com/open/modules/userforms/trunk userforms; fi \ No newline at end of file + if [ -d userforms ]; then svn update userforms; else svn co http://svn.silverstripe.com/open/modules/userforms/trunk userforms; fi