[Checkins] SVN: gocept.selenium/trunk/scripts.cfg refactored buildout script to be stand alone + able to run script tests

Michael Howitz cvs-admin at zope.org
Thu Mar 15 20:03:16 UTC 2012


Log message for revision 124622:
  refactored buildout script to be stand alone + able to run script tests
  

Changed:
  U   gocept.selenium/trunk/scripts.cfg

-=-
Modified: gocept.selenium/trunk/scripts.cfg
===================================================================
--- gocept.selenium/trunk/scripts.cfg	2012-03-15 20:02:33 UTC (rev 124621)
+++ gocept.selenium/trunk/scripts.cfg	2012-03-15 20:03:12 UTC (rev 124622)
@@ -1,3 +1,9 @@
-[scripts]
-recipe = zc.recipe.egg:scripts
-eggs = gocept.selenium [script]
+[buildout]
+extends = common.cfg
+          common-scripts.cfg
+          http://download.zope.org/zopetoolkit/index/1.0.1/ztk-versions.cfg
+flavour = [script, test_script]
+parts += scripts
+
+[test]
+defaults = ['-s', 'gocept.selenium.scripts']



More information about the checkins mailing list