From: Zooko O'Whielacronx Date: Fri, 27 Apr 2007 01:11:52 +0000 (-0700) Subject: --rterrors is a nice flag for trial X-Git-Tag: allmydata-tahoe_v0.1.1-1-UNSTABLE~28 X-Git-Url: https://git.rkrishnan.org/specifications/banana.xhtml?a=commitdiff_plain;h=634bdd0f28bbad06cfdcffa4cbcdcf40b5c19af8;p=tahoe-lafs%2Ftahoe-lafs.git --rterrors is a nice flag for trial --- diff --git a/GNUmakefile b/GNUmakefile index ac197fee..1236f12a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -41,7 +41,7 @@ else PYTHONPATH := "$(INSTDIR)" endif -TRIAL=$(PYTHON) -u "$(TRIALPATH)" --reactor=$(REACTOR) +TRIAL=$(PYTHON) -u "$(TRIALPATH)" --rterrors --reactor=$(REACTOR) show-instdir: @echo $(INSTDIR)