Makefile: use -f with pytest, to exit on first failure.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-06-19 20:52:57 +09:30
parent d4618fa199
commit 122598dffc

View File

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