aboutsummaryrefslogtreecommitdiff
path: root/test/haketilo_test/misc_constants.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-17 16:31:42 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-17 16:34:56 +0100
commitee0a4a935a95a9472655f85a04e1323f3d328898 (patch)
tree2a2228b138be8979f19cca334a8802e33540acbe /test/haketilo_test/misc_constants.py
parent3e4bde861cdee3312e1d410dc08f67d8e7c9168c (diff)
downloadbrowser-extension-ee0a4a935a95a9472655f85a04e1323f3d328898.tar.gz
browser-extension-ee0a4a935a95a9472655f85a04e1323f3d328898.zip
automatically pick up a free port to run the HTTP proxy on
It is now possible to run multiple `make test` commands in parallel (e.g. testing abrowser and librewolf simultaneously after running `configure` for each of them in 2 different directories).
Diffstat (limited to 'test/haketilo_test/misc_constants.py')
-rw-r--r--test/haketilo_test/misc_constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/haketilo_test/misc_constants.py b/test/haketilo_test/misc_constants.py
index ac34f32..d552208 100644
--- a/test/haketilo_test/misc_constants.py
+++ b/test/haketilo_test/misc_constants.py
@@ -46,7 +46,6 @@ with open(Path.cwd() / 'record.conf', 'rt') as conf:
conf_settings[match.group(1).strip()] = match.group(2)
default_proxy_host = '127.0.0.1'
-default_proxy_port = 1337
default_cert_dir = Path.cwd() / 'certs'