Browse Source

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

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
122598dffc
  1. 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/%: %

Loading…
Cancel
Save