[Checkins] SVN: grokproject/trunk/tests_ Make test-placeholders work for both, plain buildout

Uli Fouquet uli at gnufix.de
Fri Feb 6 06:54:13 EST 2009


Log message for revision 96190:
  Make test-placeholders work for both, plain buildout
  configs and more complex ones in which extra options 
  are implied and output during buildout runs.
  
  

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-06 11:44:18 UTC (rev 96189)
+++ grokproject/trunk/tests_paste.txt	2009-02-06 11:54:13 UTC (rev 96190)
@@ -222,8 +222,7 @@
     >>> cmd = os.path.join(bin_dir, 'buildout')
     >>> output = read_sh(cmd)
     >>> print output
-    Develop: '...'
-    ...
+    Develop: ...
     Updating eggbasket.
     Updating app.
     Updating i18n.

Modified: grokproject/trunk/tests_zopectl.txt
===================================================================
--- grokproject/trunk/tests_zopectl.txt	2009-02-06 11:44:18 UTC (rev 96189)
+++ grokproject/trunk/tests_zopectl.txt	2009-02-06 11:54:13 UTC (rev 96190)
@@ -182,8 +182,7 @@
     >>> cmd = os.path.join(bin_dir, 'buildout')
     >>> output = read_sh(cmd)
     >>> print output
-    Develop: '...'
-    ...
+    Develop: ...
     Updating eggbasket.
     Updating app.
     Updating data.



More information about the Checkins mailing list