aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Boulenguez <nicolas@debian.org>2022-05-26 01:53:54 +0200
committerDoesnot Matter <you@example.com>2022-05-26 12:33:28 +0200
commit7740d59eec7c3bd9788667fc0118568eee04f36c (patch)
tree18c6f5da4ecc94054409d462e0b10e6d1e8fb699
parent9bdb516dce535704318f6be8d7d6694ec434a7b8 (diff)
debian/rules: really export GBP_NETWORK_TESTS to tests
$(MAKE) GBP_NETWORK_TESTS=1 was setting a Make variable in the sub-Make, but not exporting it for test/*.py subprocesses.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db5ad88e..6134edab 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ TEST_LOCALE?=C.UTF-8
all: syntax-check test
all+net:
- $(MAKE) GBP_NETWORK_TESTS=1 all
+ GBP_NETWORK_TESTS=1 $(MAKE) all
test:
export HOME=/nonexisting; \