fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial for foolscap

This commit is contained in:
Zooko O'Whielacronx 2007-04-30 21:37:28 -07:00
parent eebc32f48d
commit cb57508b0a

View File

@ -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