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:
Zooko O'Whielacronx 2007-04-30 19:18:06 -07:00
parent 3b17e2a579
commit fbb6f73eda

View File

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