Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 953c189

Browse files
committed
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.
1 parent 1742f33 commit 953c189

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/test_signal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ def force_test_exit():
126126
# KeyboardInterrupt, finally getting us out of the loop.
127127
os.system(script)
128128
try:
129-
if verbose:
130-
print "starting pause() loop..."
129+
print "starting pause() loop..."
131130
while 1:
132131
try:
133132
if verbose:

0 commit comments

Comments
 (0)