From d7a4ca351bdfba077e3ecbdf4c5070612f087d33 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 11 Oct 2012 16:06:39 +0200 Subject: [PATCH] Fail after first test error. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d061694e5..7847081c2 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ARCHIVE:=dosage-$(VERSION).tar.gz PY_FILES_DIRS := dosage dosagelib tests *.py PY2APPOPTS ?= NUMPROCESSORS:=$(shell grep -c processor /proc/cpuinfo) -MAXFAILEDTESTS:=2 +MAXFAILEDTESTS:=1 # Pytest options: # - stop after MAXFAILEDTESTS failed errors # - use multiple processors