]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: don't assert that trial is present when the Makefile is evaluated
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 3 Sep 2008 17:18:37 +0000 (10:18 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 3 Sep 2008 17:18:37 +0000 (10:18 -0700)
This should fix #506, but it means that if (for some weird reason) Twisted can't be auto-installed and the find_trial.py script doesn't work, the user will get a weird failure message instead of a clean failure message explaining that trial couldn't be found.  Oh well.

Chris Galvan is working on a much nicer fix to all these issues -- see #505.

Makefile

index df24a954a7d6919600ffc869481f426b09431fa3..23855910f3946289e4bb7fab79c747da50c7efeb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -64,9 +64,6 @@ PATH := $(subst ',,$(PATH))
 # ' "  # emacs syntax-highlighter gets confused by the bare quotes above
 
 TRIALCMD = $(shell PATH="$(PATH):${PWD}/support/bin" $(PP) $(PYTHON) misc/find_trial.py)
-ifeq ($(TRIALCMD),)
-$(error Could not find trial.  It comes with twisted.)
-endif
 TRIAL=PATH="$(PATH):${PWD}/support/bin" PYTHONUNBUFFERED=1 $(TRIALCMD) --rterrors $(REACTOROPT) $(TRIALOPT)
 
 .PHONY: make-version build