[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/tests.py Allow for different Python interpreters.

Jim Fulton cvs-admin at zope.org
Sat Jun 17 18:25:21 EDT 2006


Log message for revision 68724:
  Allow for different Python interpreters.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/tests.py

-=-
Modified: zc.buildout/trunk/src/zc/buildout/tests.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/tests.py	2006-06-17 22:19:48 UTC (rev 68723)
+++ zc.buildout/trunk/src/zc/buildout/tests.py	2006-06-17 22:25:18 UTC (rev 68724)
@@ -89,7 +89,8 @@
                 r'/sample-\1/\3'),
                (re.compile('\S+sample-(\w+)'),
                 r'/sample-\1/\3'),
-                ])
+               (re.compile('executable = \S+python\S*'), 'executable = python'),
+               ])
             ),
         doctest.DocFileSuite(
             'egglinker.txt', 'easy_install.txt', 



More information about the Checkins mailing list