[Checkins] SVN: zc.zdaemonrecipe/trunk/zc/zdaemonrecipe/README.txt Fixed spurious test failures due to whitespace.

jim cvs-admin at zope.org
Thu May 17 14:29:11 UTC 2012


Log message for revision 125962:
  Fixed spurious test failures due to whitespace.
  
  Cleaned up some trailing whitespace.
  

Changed:
  U   zc.zdaemonrecipe/trunk/zc/zdaemonrecipe/README.txt

-=-
Modified: zc.zdaemonrecipe/trunk/zc/zdaemonrecipe/README.txt
===================================================================
--- zc.zdaemonrecipe/trunk/zc/zdaemonrecipe/README.txt	2012-05-17 14:29:02 UTC (rev 125961)
+++ zc.zdaemonrecipe/trunk/zc/zdaemonrecipe/README.txt	2012-05-17 14:29:08 UTC (rev 125962)
@@ -7,7 +7,7 @@
 
 It accepts 2 options:
 
-program 
+program
    The anme of the program and, optionally, command-line arguments.
    (Note that, due to limitations in zdaemon, the command-line options
    cannot have embedded spaces.)
@@ -60,7 +60,7 @@
       </logfile>
     </eventlog>
 
-    >>> cat('bin', 'run')
+    >>> cat('bin', 'run') # doctest: +NORMALIZE_WHITESPACE
     #!/usr/local/bin/python2.4
     <BLANKLINE>
     import sys
@@ -116,7 +116,7 @@
     ... logrotate-directory = logrotate
     ... user = bob
     ... ''')
-    
+
     >>> print system(buildout),
     Uninstalling run.
     Installing run.
@@ -145,7 +145,7 @@
       </logfile>
     </eventlog>
 
-    >>> cat('init.d', 'test-deploy-run')
+    >>> cat('init.d', 'test-deploy-run') # doctest: +NORMALIZE_WHITESPACE
     #!/usr/local/bin/python2.4
     <BLANKLINE>
     import sys



More information about the checkins mailing list