mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
e0f653e2e7
commit
8aa321743b
14
Makefile
14
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user