From 122598dffc8683f5fc850169a119293bb37c514c Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 19 Jun 2017 20:52:57 +0930 Subject: [PATCH] Makefile: use -f with pytest, to exit on first failure. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94bf1f5d8..e595a010f 100644 --- a/Makefile +++ b/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/%: %