From 5f7288ae27b1874a16f216af90922bef39dde7da Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 19 Dec 2012 20:43:39 +0100 Subject: [PATCH] Report test durations. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c89d3e31..1a8e7ac7d 100644 --- a/Makefile +++ b/Makefile @@ -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