From 3a696ca459b0ae3237c5106df098164a0932403e Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Thu, 13 Jan 2022 12:25:12 -0700 Subject: [PATCH] Update scripts/kvm-test.py Co-authored-by: Olivier Gayot --- scripts/kvm-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kvm-test.py b/scripts/kvm-test.py index 864df9cb..f61850ce 100755 --- a/scripts/kvm-test.py +++ b/scripts/kvm-test.py @@ -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}'