From ee0a4a935a95a9472655f85a04e1323f3d328898 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 17 Feb 2022 16:31:42 +0100 Subject: 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). --- test/haketilo_test/misc_constants.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/haketilo_test/misc_constants.py') 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' -- cgit v1.2.3