From fbb6f73eda237cd8ed306377983447b38398f326 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 30 Apr 2007 19:18:06 -0700 Subject: [PATCH] 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 --- GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 98753593..959931ff 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 -- 2.45.2