mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Makefile: use -f with pytest, to exit on first failure.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -239,7 +239,7 @@ check: test-protocol
|
||||
$(MAKE) pytest
|
||||
|
||||
pytest: daemon/lightningd daemon/lightning-cli lightningd-all
|
||||
PYTHONPATH=contrib/pylightning python3 tests/test_lightningd.py
|
||||
PYTHONPATH=contrib/pylightning python3 tests/test_lightningd.py -f
|
||||
|
||||
# Keep includes in alpha order.
|
||||
check-src-include-order/%: %
|
||||
|
||||
Reference in New Issue
Block a user