mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial for foolscap
This commit is contained in:
parent
eebc32f48d
commit
cb57508b0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user