Remove install.php call from test runner; it's not necessary anymore

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@66297 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2008-11-20 03:49:39 +00:00 committed by Sam Minnee
parent e0f653e2e7
commit 8aa321743b

View File

@ -5,16 +5,6 @@
# Most users should simply visit the site root in your web browser.
#
suffix=`basename \`dirname \\\`pwd\\\`\``
install: mysite/_config.php
mysite/_config.php:
php install.php install SS_testdatabase_${suffix}
test: clean install
test:
php ./sapphire/cli-script.php dev/build
$(MAKE) -C sapphire test
clean:
svn revert .htaccess
svn revert mysite/_config.php