From 45b92dc2b08e62d6b8619b68ecbe39aaa26fb2e4 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 29 Oct 2017 21:34:02 +1030 Subject: [PATCH] pytest: pass DEVELOPER flag through. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de8a91776..79f53736a 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ check: $(MAKE) pytest pytest: $(ALL_PROGRAMS) - PYTHONPATH=contrib/pylightning python3 tests/test_lightningd.py -f + PYTHONPATH=contrib/pylightning DEVELOPER=$(DEVELOPER) python3 tests/test_lightningd.py -f # Keep includes in alpha order. check-src-include-order/%: %