mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
pytest: pass DEVELOPER flag through.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
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/%: %
|
||||
|
||||
Reference in New Issue
Block a user