[Checkins] SVN: grokproject/trunk/tests_ Added two '...' lines in the test output as depending on what is in

Maurits van Rees m.van.rees at zestsoftware.nl
Mon Jan 26 10:55:08 EST 2009


Log message for revision 95031:
  Added two '...' lines in the test output as depending on what is in
  your ~/.buildout/default.cfg you can get harmless extra output like this:
    Unused options for buildout: 'zope-directory'.
  At least I got them.
  

Changed:
  U   grokproject/trunk/tests_paste.txt
  U   grokproject/trunk/tests_zopectl.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2009-01-26 15:24:35 UTC (rev 95030)
+++ grokproject/trunk/tests_paste.txt	2009-01-26 15:55:07 UTC (rev 95031)
@@ -216,6 +216,7 @@
     >>> output = read_sh(cmd)
     >>> print output
     Develop: '...'
+    ...
     Updating eggbasket.
     Updating app.
     Updating i18n.

Modified: grokproject/trunk/tests_zopectl.txt
===================================================================
--- grokproject/trunk/tests_zopectl.txt	2009-01-26 15:24:35 UTC (rev 95030)
+++ grokproject/trunk/tests_zopectl.txt	2009-01-26 15:55:07 UTC (rev 95031)
@@ -183,6 +183,7 @@
     >>> output = read_sh(cmd)
     >>> print output
     Develop: '...'
+    ...
     Updating eggbasket.
     Updating app.
     Updating data.



More information about the Checkins mailing list