Do not display test durations per default.

This commit is contained in:
Bastian Kleineidam 2013-02-28 21:07:42 +01:00
parent c2a83fdec9
commit 049ea71443

View file

@ -18,7 +18,7 @@ PY2APPOPTS ?=
# Default pytest options # Default pytest options
# Note that using -n silently swallows test creation exceptions like # Note that using -n silently swallows test creation exceptions like
# import errors. # import errors.
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n8 PYTESTOPTS?=--resultlog=testresults.txt --tb=short -n10
CHMODMINUSMINUS:=-- CHMODMINUSMINUS:=--
# directory or file with tests to run # directory or file with tests to run
TESTS ?= tests TESTS ?= tests