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
This commit is contained in:
sminnee 2009-10-26 21:26:40 +00:00
parent 71531e8231
commit e0bf303de0
1 changed files with 1 additions and 2 deletions

View File

@ -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
if [ -d userforms ]; then svn update userforms; else svn co http://svn.silverstripe.com/open/modules/userforms/trunk userforms; fi