mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
test-desert-island wasn't catching https downloads
I think the desert-island build is broken, but the automated test wasn't catching it because of this bug.
This commit is contained in:
parent
3c6a82e23c
commit
a517e00717
@ -27,7 +27,8 @@ for line in open(build_out, "r"):
|
||||
# doesn't even try to check for new packages on remote hosts
|
||||
# if it has all the packages that it needs locally, but we
|
||||
# currently don't enforce that stronger requirement.
|
||||
if line.startswith("Downloading http:"):
|
||||
if (line.startswith("Downloading http:") or
|
||||
line.startswith("Downloading https:")):
|
||||
print line,
|
||||
good = False
|
||||
if good:
|
||||
|
Loading…
x
Reference in New Issue
Block a user