mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
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:
parent
454a840b85
commit
41100eddaf
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user