The cheery optimism of old age.
This commit is contained in:
parent
e895318ee2
commit
4e30617bad
|
@ -633,19 +633,7 @@ def test_main():
|
||||||
if gzip:
|
if gzip:
|
||||||
os.remove(tarname("gz"))
|
os.remove(tarname("gz"))
|
||||||
if bz2:
|
if bz2:
|
||||||
# Grrr. This frequently blows up on the Windows buildbot
|
os.remove(tarname("bz2"))
|
||||||
# slaves. No idea why. Adding more output to try to guess
|
|
||||||
# something. Can't reproduce at will.
|
|
||||||
import time, sys
|
|
||||||
for dummy in range(10):
|
|
||||||
try:
|
|
||||||
os.remove(tarname("bz2"))
|
|
||||||
except OSError, msg:
|
|
||||||
print >> sys.stderr, \
|
|
||||||
"test_tarfile final cleanup crapped out %s" % msg
|
|
||||||
time.sleep(1)
|
|
||||||
else:
|
|
||||||
break
|
|
||||||
if os.path.exists(dirname()):
|
if os.path.exists(dirname()):
|
||||||
shutil.rmtree(dirname())
|
shutil.rmtree(dirname())
|
||||||
if os.path.exists(tmpname()):
|
if os.path.exists(tmpname()):
|
||||||
|
|
Loading…
Reference in New Issue