Report test durations.

This commit is contained in:
Bastian Kleineidam 2012-12-19 20:43:39 +01:00
parent a59b984414
commit 5f7288ae27

View file

@ -21,7 +21,7 @@ PY2APPOPTS ?=
# some web servers have limits on the number of parallel connections.
# Also note that using -n silently swallows test creation exceptions like
# import errors.
PYTESTOPTS?=--resultlog=testresults.txt --tb=short
PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0
CHMODMINUSMINUS:=--
# directory or file with tests to run
TESTS ?= tests