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/%: %