]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: if the user passes a TRIALOPT env var then pass that on to trial
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 20:58:06 +0000 (13:58 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 20:58:06 +0000 (13:58 -0700)
This is useful for --reporter=bwverbose, for example.

Makefile

index 328844c669a08a18570b9aa4e806c950fa924aa8..78d7e902bb1843623b760bc682bf1cd384ba9f54 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ else
 endif
 
 TRIALCMD = $(shell PATH="${PATH}:${PWD}/support/bin" $(PP) $(PYTHON) misc/find_trial.py)
-TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT)
+TRIAL=PATH="${PATH}:${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) $(TRIALOPT)
 
 .PHONY: make-version build