[Zope3-checkins] SVN: Zope3/trunk/zopeskel/bin/test.in Make
	bin/test play nice with pipes.
    Benji York 
    benji at zope.com
       
    Mon Jan 17 11:15:43 EST 2005
    
    
  
Log message for revision 28855:
  Make bin/test play nice with pipes.
Changed:
  U   Zope3/trunk/zopeskel/bin/test.in
-=-
Modified: Zope3/trunk/zopeskel/bin/test.in
===================================================================
--- Zope3/trunk/zopeskel/bin/test.in	2005-01-17 16:08:08 UTC (rev 28854)
+++ Zope3/trunk/zopeskel/bin/test.in	2005-01-17 16:15:43 UTC (rev 28855)
@@ -1,4 +1,4 @@
-#!<<PYTHON>>
+#!<<PYTHON>> -u
 ##############################################################################
 #
 # Copyright (c) 2004 Zope Corporation and Contributors.
    
    
More information about the Zope3-Checkins
mailing list