From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 1 May 2007 02:18:06 +0000 (-0700)
Subject: run foolscap tests from src instead of from instdir since .pyc's in instdir have... 
X-Git-Tag: allmydata-tahoe-0.2.0~41
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file//%22?a=commitdiff_plain;h=fbb6f73eda237cd8ed306377983447b38398f326;p=tahoe-lafs%2Ftahoe-lafs.git

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

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