Browse Source

pytest: pass DEVELOPER flag through.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
45b92dc2b0
  1. 2
      Makefile

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

Loading…
Cancel
Save