[Checkins] SVN: grokproject/trunk/tests_ Reapplied r95031 that got lost (I assume inadvertently) during the

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Feb 5 14:32:24 EST 2009


Log message for revision 96159:
  Reapplied r95031 that got lost (I assume inadvertently) during the
  merge of the ulif-dynamic_conf_files branch:
  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-02-05 19:13:05 UTC (rev 96158)
+++ grokproject/trunk/tests_paste.txt	2009-02-05 19:32:24 UTC (rev 96159)
@@ -224,6 +224,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-02-05 19:13:05 UTC (rev 96158)
+++ grokproject/trunk/tests_zopectl.txt	2009-02-05 19:32:24 UTC (rev 96159)
@@ -183,6 +183,7 @@
     >>> output = read_sh(cmd)
     >>> print output
     Develop: '...'
+    ...
     Updating eggbasket.
     Updating app.
     Updating data.



More information about the Checkins mailing list