[Python-checkins] r59851 - python/trunk/Lib/test/test_socket.py

christian.heimes python-checkins at python.org
Tue Jan 8 04:40:05 CET 2008


Author: christian.heimes
Date: Tue Jan  8 04:40:04 2008
New Revision: 59851

Modified:
   python/trunk/Lib/test/test_socket.py
Log:
It's verbose, not debug

Modified: python/trunk/Lib/test/test_socket.py
==============================================================================
--- python/trunk/Lib/test/test_socket.py	(original)
+++ python/trunk/Lib/test/test_socket.py	Tue Jan  8 04:40:04 2008
@@ -1103,7 +1103,7 @@
         for line in f:
             if line.startswith("tipc "):
                 return True
-    if test_support.debug:
+    if test_support.verbose:
         print "TIPC module is not loaded, please 'sudo modprobe tipc'"
     return False
 


More information about the Python-checkins mailing list