]> granicus.if.org Git - python/commitdiff
Ah, fudge. One of the prints here actually "shouldn't be"
authorTim Peters <tim.peters@gmail.com>
Sat, 12 Aug 2006 05:17:41 +0000 (05:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 12 Aug 2006 05:17:41 +0000 (05:17 +0000)
protected by "if verbose:", which caused the test to fail on
all non-Windows boxes.

Note that I deliberately didn't convert this to unittest yet,
because I expect it would be even harder to debug this on Tru64
after conversion.

Lib/test/test_signal.py

index 55cd978a6e77e5bbaba5d5d42f918dd930c9d03d..13d02bbc2654cffbb8d75d3ed9829c755ec0a31b 100644 (file)
@@ -126,8 +126,7 @@ try:
     # KeyboardInterrupt, finally getting us out of the loop.
     os.system(script)
     try:
-        if verbose:
-            print "starting pause() loop..."
+        print "starting pause() loop..."
         while 1:
             try:
                 if verbose: