Build database before testing, for RestfulService test, etc

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@66296 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-11-20 03:49:20 +00:00
parent c20e69d563
commit e4bcce061c

View File

@ -10,6 +10,7 @@ URL=`php5 ./cli-script.php SapphireInfo/baseurl`
test: phpunit
phpunit:
php5 ./sapphire/cli-script.php dev/build
php5 ./cli-script.php dev/tests/all flush=1
windmill: