Fail after first test error.
This commit is contained in:
parent
db1df21b58
commit
d7a4ca351b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ ARCHIVE:=dosage-$(VERSION).tar.gz
|
||||||
PY_FILES_DIRS := dosage dosagelib tests *.py
|
PY_FILES_DIRS := dosage dosagelib tests *.py
|
||||||
PY2APPOPTS ?=
|
PY2APPOPTS ?=
|
||||||
NUMPROCESSORS:=$(shell grep -c processor /proc/cpuinfo)
|
NUMPROCESSORS:=$(shell grep -c processor /proc/cpuinfo)
|
||||||
MAXFAILEDTESTS:=2
|
MAXFAILEDTESTS:=1
|
||||||
# Pytest options:
|
# Pytest options:
|
||||||
# - stop after MAXFAILEDTESTS failed errors
|
# - stop after MAXFAILEDTESTS failed errors
|
||||||
# - use multiple processors
|
# - use multiple processors
|
||||||
|
|
Loading…
Reference in a new issue