From 4c6a2323d90e9321ec2b78e226167b3013ea69ab Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 29 Jan 2022 00:03:51 +0100 Subject: make Haketilo buildable again (for Mozilla) How cool it is to throw away 5755 lines of code... --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index bf0fdec..570260b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,7 @@ test/certs/rootCA.pem: test/certs/rootCA.key openssl req -x509 -new -nodes -key $< -days 1024 -out $@ \ -subj "/CN=Haketilo Test" -test: test/certs/rootCA.pem test/certs/site.key +test: test/certs/rootCA.pem test/certs/site.key $(default_target)-build.zip MOZ_HEADLESS=whatever pytest test-environment: test/certs/rootCA.pem test/certs/site.key -- cgit v1.2.3