mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
run foolscap tests from src instead of from instdir since .pyc's in instdir have funny filenames encoded into them that cause foolscap test failures
This commit is contained in:
parent
3b17e2a579
commit
fbb6f73eda
@ -110,14 +110,15 @@ stop-introducer: build
|
||||
.PHONY: test
|
||||
|
||||
ifeq ($(TEST),)
|
||||
TEST=allmydata zfec foolscap
|
||||
TEST=allmydata zfec
|
||||
endif
|
||||
REPORTER=
|
||||
|
||||
# use 'make test REPORTER=--reporter=bwverbose' from buildbot, to supress the
|
||||
# ansi color sequences
|
||||
test: build
|
||||
$(PP) $(TRIAL) $(REPORTER) $(TEST)
|
||||
$(PP) $(TRIAL) $(REPORTER) $(TEST) ;
|
||||
cd src/foolscap && $(PP) $(TRIAL) $(REPORTER) foolscap
|
||||
|
||||
test-figleaf: build
|
||||
rm -f .figleaf
|
||||
|
Loading…
x
Reference in New Issue
Block a user