[Checkins] SVN: grok/branches/philikon-eggification/buildout.cfg Since there's no traditional instance anymore, there's also no traditional

Philipp von Weitershausen philikon at philikon.de
Tue Apr 17 15:04:12 EDT 2007


Log message for revision 74215:
  Since there's no traditional instance anymore, there's also no traditional
  ftesting.zcml file anymore. So it makes no sense to tell the test runner
  which working directory to work in.
  
  We'll have to define our own ftesting layer (this will follow next).
  

Changed:
  U   grok/branches/philikon-eggification/buildout.cfg

-=-
Modified: grok/branches/philikon-eggification/buildout.cfg
===================================================================
--- grok/branches/philikon-eggification/buildout.cfg	2007-04-17 19:00:53 UTC (rev 74214)
+++ grok/branches/philikon-eggification/buildout.cfg	2007-04-17 19:04:11 UTC (rev 74215)
@@ -78,5 +78,4 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = grok
-working-directory = parts/instance
 defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list