mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Ok, so I'm ridiculously anal...
This commit is contained in:
parent
fe4528f345
commit
6d7b0d7761
@ -48,11 +48,11 @@ class DebianTestCase(PluginTestCase):
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print
|
print
|
||||||
print "Downloading files, this may take awhile"
|
print "Downloading files, this may take awhile."
|
||||||
filename = os.path.join(datadir, 'Contents-i386.gz')
|
filename = os.path.join(datadir, 'Contents-i386.gz')
|
||||||
while not os.path.exists(filename):
|
while not os.path.exists(filename):
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
print "Download complete"
|
print "Download complete."
|
||||||
print "Starting test ..."
|
print "Starting test ..."
|
||||||
self.fileDownloaded = True
|
self.fileDownloaded = True
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
Loading…
Reference in New Issue
Block a user