]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
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)
commit3fab96493ef8802d96928a893f7ff420e87b8647
tree28c53954e971dc43a52cbff2c63246196fe48ba0
parentbab799297fe5f4131b1aeacf64642b4f8426048b
setup: don't assert that trial is present when the Makefile is evaluated
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