mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
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.
This commit is contained in:
parent
1742f3331f
commit
953c1897d2
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue