Browse Source

travis: don't retry failing tests.

Retrying gives spurious failures, since we see transactions from previous
runs.  That makes it near impossible to diagnose the actual problem.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
5ff0d40fed
  1. 3
      Makefile

3
Makefile

@ -42,9 +42,6 @@ endif
PYTEST := $(shell command -v pytest 2> /dev/null)
PYTEST_OPTS := -v -x
ifeq ($(TRAVIS),true)
PYTEST_OPTS += --reruns=3
endif
# This is where we add new features as bitcoin adds them.
FEATURES :=

Loading…
Cancel
Save