[Checkins] SVN: gocept.selenium/branches/wosc-zodb-isolation/plone Add plonetesting to testrunner ignores

Wolfgang Schnerring wosc at wosc.de
Sun Dec 26 09:15:32 EST 2010


Log message for revision 119129:
  Add plonetesting to testrunner ignores
  

Changed:
  U   gocept.selenium/branches/wosc-zodb-isolation/plone.cfg
  U   gocept.selenium/branches/wosc-zodb-isolation/plone4.cfg

-=-
Modified: gocept.selenium/branches/wosc-zodb-isolation/plone.cfg
===================================================================
--- gocept.selenium/branches/wosc-zodb-isolation/plone.cfg	2010-12-26 13:48:27 UTC (rev 119128)
+++ gocept.selenium/branches/wosc-zodb-isolation/plone.cfg	2010-12-26 14:15:32 UTC (rev 119129)
@@ -15,7 +15,7 @@
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance
-defaults = --ignore_dir=ztk --ignore_dir=zope2 --ignore_dir=static --tests-pattern=plone3
+defaults = --ignore_dir=ztk --ignore_dir=zope2 --ignore_dir=static --ignore_dir=plonetesting --tests-pattern=plone3
 packages = ${buildout:package}
 
 [instance]

Modified: gocept.selenium/branches/wosc-zodb-isolation/plone4.cfg
===================================================================
--- gocept.selenium/branches/wosc-zodb-isolation/plone4.cfg	2010-12-26 13:48:27 UTC (rev 119128)
+++ gocept.selenium/branches/wosc-zodb-isolation/plone4.cfg	2010-12-26 14:15:32 UTC (rev 119129)
@@ -11,7 +11,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-defaults = ["--ignore_dir=ztk", "--ignore_dir=zope",  "--ignore_dir=static", "--tests-pattern=plone4"]
+defaults = ["--ignore_dir=ztk", "--ignore_dir=zope",  "--ignore_dir=static", "--ignore_dir=plonetesting", "--tests-pattern=plone4"]
 eggs = ${instance:eggs}
 
 [instance]



More information about the checkins mailing list