[Checkins] SVN: z3c.pagelet/trunk/buildout.cfg Added test environment to disable template debugging and caching.

Malthe Borch mborch at gmail.com
Mon Nov 24 05:13:11 EST 2008


Log message for revision 93294:
  Added test environment to disable template debugging and caching.

Changed:
  U   z3c.pagelet/trunk/buildout.cfg

-=-
Modified: z3c.pagelet/trunk/buildout.cfg
===================================================================
--- z3c.pagelet/trunk/buildout.cfg	2008-11-24 10:12:21 UTC (rev 93293)
+++ z3c.pagelet/trunk/buildout.cfg	2008-11-24 10:13:11 UTC (rev 93294)
@@ -5,3 +5,9 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.pagelet [test]
+environment = test-environment
+
+[test-environment]
+CHAMELEON_DEBUG = False
+CHAMELEON_CACHE = False
+



More information about the Checkins mailing list