[Checkins] SVN: relstorage/trunk/buildout.cfg Output coverage to a subdirectory of the buildout

Shane Hathaway shane at hathawaymix.org
Tue Mar 1 19:05:34 EST 2011


Log message for revision 120656:
  Output coverage to a subdirectory of the buildout
  

Changed:
  U   relstorage/trunk/buildout.cfg

-=-
Modified: relstorage/trunk/buildout.cfg
===================================================================
--- relstorage/trunk/buildout.cfg	2011-03-01 23:50:20 UTC (rev 120655)
+++ relstorage/trunk/buildout.cfg	2011-03-02 00:05:34 UTC (rev 120656)
@@ -20,7 +20,7 @@
 [coverage-test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:eggs}
-defaults = ['--coverage', '../../coverage']
+defaults = ['--coverage', 'coverage']
 
 [coverage-report]
 recipe = zc.recipe.egg



More information about the checkins mailing list