MINOR Skipping RestfulServiceTest, it causes problems with uncaught exceptions in DocumentationViewer from mysite/_config.php

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115622 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2011-01-17 21:03:37 +00:00
parent 454a840b85
commit 41100eddaf

View File

@ -10,10 +10,7 @@ update:
cd $(CURDIR); php sapphire/cli-script.php dev/tasks/RebuildLuceneDocsIndex flush=1
test:
if [ ! -d "src" ]; then \
git clone git://github.com/chillu/silverstripe-doc-restructuring.git src/github; \
fi
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test
$(MAKE) QUERYSTRING="$(QUERYSTRING)&SkipTests=RestfulServiceTest" -C sapphire test
getallmodules:
if [ -d auth_openid ]; then svn update auth_openid; else svn co http://svn.silverstripe.com/open/modules/auth_openid/trunk auth_openid; fi