Short py.test tracebacks.

This commit is contained in:
Bastian Kleineidam 2012-10-11 19:58:01 +02:00
parent 5c9c4f9c85
commit 8caba2d3c4

View file

@ -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