[Checkins] SVN: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt Update tests.

Uli Fouquet uli at gnufix.de
Thu Feb 5 12:10:55 EST 2009


Log message for revision 96144:
  Update tests.

Changed:
  U   z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt

-=-
Modified: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt
===================================================================
--- z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt	2009-02-05 17:09:59 UTC (rev 96143)
+++ z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/README.txt	2009-02-05 17:10:54 UTC (rev 96144)
@@ -137,7 +137,8 @@
 In this case the recipe will do nothing.  So the url does not get
 used.  Running the buildout gives us::
 
-    >>> print system(buildout)
+    >>> print 'start..', system(buildout)
+    start...
     ...
     Installing basket.
     <BLANKLINE>
@@ -150,9 +151,9 @@
     Installing basket.
     Couldn't find index page for 'orange' (maybe misspelled?)
     Getting distribution for 'orange'.
-    basket: Not all distributions are installed. A tarball will be downloaded.
-    basket: Downloading http://nowhere ...
-    basket: Url not found: http://nowhere.
+    eggbasket: Not all distributions are installed. A tarball will be downloaded.
+    eggbasket: Downloading http://nowhere ...
+    eggbasket: Url not found: http://nowhere.
     <BLANKLINE>
 
 So now we create a tar ball in a directory::
@@ -184,15 +185,13 @@
     Installing basket.
     Couldn't find index page for 'orange' (maybe misspelled?)
     Getting distribution for 'orange'.
-    basket: Not all distributions are installed. A tarball will be downloaded.
-    basket: Downloading .../tarserver/colours.tgz ...
-    basket: Finished downloading.
-    basket: Extracting tarball contents...
-    basket: Installing eggs to .../sample-buildout/eggs which will take a while...
+    eggbasket: Not all distributions are installed. A tarball will be downloaded.
+    eggbasket: Downloading /tarserver/colours.tgz ...
+    eggbasket: Finished downloading.
+    eggbasket: Extracting tarball contents...
+    eggbasket: Installing eggs to /sample-buildout/eggs which will take a while...
     Getting distribution for 'orange'.
-    ...
     Got orange 0.1.
     Getting distribution for 'colour'.
-    ...
     Got colour 0.1.
     <BLANKLINE>



More information about the Checkins mailing list