From 793ddd9b1de53df7664ca27b0f2c8b8a7e03af5c Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 20 Mar 2015 17:20:16 +0000 Subject: [PATCH] Makefile: enable --rterrors for test, quicktest and test-coverage targets. Signed-off-by: Daira Hopwood --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b2914060..bba1b537 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,8 @@ build-osx-pkg: build # too. TEST=allmydata +TRIALARGS=--rterrors + # It is unnecessary to have this depend on build or src/allmydata/_version.py, # since 'setup.py test' always updates the version and builds before testing. .PHONY: test @@ -90,7 +92,7 @@ tmpfstest: .PHONY: _tmpfstest _tmpfstest: make-version sudo mount -t tmpfs -o size=400m tmpfs '$(TMPDIR)' - @PYTHONWARNINGS=default::DeprecationWarning -$(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST) + @PYTHONWARNINGS=default::DeprecationWarning -$(TAHOE) debug trial '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST) sudo umount '$(TMPDIR)' rmdir '$(TMPDIR)' -- 2.45.2