From 8caba2d3c41d1d5c236f34de6797e2ad33b059b5 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 11 Oct 2012 19:58:01 +0200 Subject: [PATCH] Short py.test tracebacks. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c977d592d..d39e2d8f5 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ MAXFAILEDTESTS:=10 # - use multiple processors # - write test results in file # - run all tests found in the "tests" subdirectory -PYTESTOPTS:=--maxfail=$(MAXFAILEDTESTS) -n $(NUMPROCESSORS) --resultlog=testresults.txt +PYTESTOPTS:=--maxfail=$(MAXFAILEDTESTS) -n $(NUMPROCESSORS) --resultlog=testresults.txt --tb=short CHMODMINUSMINUS:=-- # directory or file with tests to run TESTS ?= tests