From 049ea7144305cc99eb606d0dd5b857e6bfe55a26 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 28 Feb 2013 21:07:42 +0100 Subject: [PATCH] Do not display test durations per default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8705efd4..afaeada54 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ PY2APPOPTS ?= # Default pytest options # Note that using -n silently swallows test creation exceptions like # import errors. -PYTESTOPTS?=--resultlog=testresults.txt --tb=short --durations=0 -n8 +PYTESTOPTS?=--resultlog=testresults.txt --tb=short -n10 CHMODMINUSMINUS:=-- # directory or file with tests to run TESTS ?= tests