--rterrors is a nice flag for trial

This commit is contained in:
Zooko O'Whielacronx 2007-04-26 18:11:52 -07:00
parent a1241e68b1
commit 634bdd0f28

View File

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