Update scripts/kvm-test.py

Co-authored-by: Olivier Gayot <duskcoder@gmail.com>
This commit is contained in:
Dan Bungert 2022-01-13 12:25:12 -07:00 committed by GitHub
parent 98bf2943aa
commit 3a696ca459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,8 +246,8 @@ def build(ctx):
remove_if_exists(ctx.iso)
project = os.path.basename(os.getcwd())
http_proxy = os.environ.get('DEBOOTSTRAP_PROXY')
snapargs = '--debug'
http_proxy = os.environ.get('DEBOOTSTRAP_PROXY')
if http_proxy:
snapargs += f' --http-proxy={http_proxy}'