From: Zooko O'Whielacronx Date: Tue, 1 May 2007 04:37:28 +0000 (-0700) Subject: fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial... X-Git-Tag: allmydata-tahoe-0.2.0~36 X-Git-Url: https://git.rkrishnan.org/uri/URI:DIR2-RO:%5B%5E?a=commitdiff_plain;h=cb57508b0aaa31ea2a888d6a00d887770a001947;p=tahoe-lafs%2Ftahoe-lafs.git fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial for foolscap --- diff --git a/GNUmakefile b/GNUmakefile index 959931ff..609f781a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -118,7 +118,7 @@ REPORTER= # ansi color sequences test: build $(PP) $(TRIAL) $(REPORTER) $(TEST) ; - cd src/foolscap && $(PP) $(TRIAL) $(REPORTER) foolscap + cd src/foolscap && $(TRIAL) $(REPORTER) foolscap test-figleaf: build rm -f .figleaf