[Checkins] SVN: grokproject/trunk/tests_paste.txt Revert using distribute in tests now ez_setup.py is fixed.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Jan 21 07:54:31 EST 2011


Log message for revision 119824:
  Revert using distribute in tests now ez_setup.py is fixed.

Changed:
  U   grokproject/trunk/tests_paste.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2011-01-21 12:00:58 UTC (rev 119823)
+++ grokproject/trunk/tests_paste.txt	2011-01-21 12:54:31 UTC (rev 119824)
@@ -11,12 +11,11 @@
     >>> # Use a specific grok version, because 'current' will change at some
     >>> # point in the future.
     >>> executable = [os.path.join(current_dir, 'bin', 'grokproject')]
-    >>> opts = ['--use-distribute=True', '--user=a', '--passwd=a', '--eggs-dir=' + eggsdir]
+    >>> opts = ['--user=a', '--passwd=a', '--eggs-dir=' + eggsdir]
     >>> version = [
     ... '--version-url=http://grok.zope.org/releaseinfo/1.3/versions.cfg']
     >>> sh(executable + opts + version + ['GrokExample'])
     ['...grokproject',
-     '--use-distribute=True',
      '--user=a',
      '--passwd=a',
      '--eggs-dir=...grokproject-test-eggs',



More information about the checkins mailing list