From 953c1897d2c1683e37899998d4e2bc1a9d85b6c0 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 12 Aug 2006 05:17:41 +0000 Subject: Ah, fudge. One of the prints here actually "shouldn't be" 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/test/test_signal.py b/Lib/test/test_signal.py index 55cd978..13d02bb 100644 --- a/Lib/test/test_signal.py +++ b/Lib/test/test_signal.py @@ -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: -- cgit v0.12