From: Zooko O'Whielacronx Date: Fri, 14 Sep 2007 02:12:55 +0000 (-0700) Subject: Makefile: don't attempt to run trial tests if the dependencies can't be imported X-Git-Tag: allmydata-tahoe-0.6.0~127 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=6acbffbecfe434a345bc5d0ccc475f2b53ce2b1f;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: don't attempt to run trial tests if the dependencies can't be imported --- diff --git a/Makefile b/Makefile index 93c1e647..16be46bf 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ TEST=allmydata # suppress the ansi color sequences test: build + $(PP) $(PYTHON) -c 'import allmydata, zfec, foolscap, simplejson, nevow, OpenSSL' $(PP) $(TRIAL) $(REPORTER) $(TEST) test-figleaf: build