From cb57508b0aaa31ea2a888d6a00d887770a001947 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 30 Apr 2007 21:37:28 -0700 Subject: [PATCH] fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial for foolscap --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2