projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebc32f
)
fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial...
author
Zooko O'Whielacronx
<zooko@allmydata.com>
Tue, 1 May 2007 04:37:28 +0000
(21:37 -0700)
committer
Zooko O'Whielacronx
<zooko@allmydata.com>
Tue, 1 May 2007 04:37:28 +0000
(21:37 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 959931ffdf06ffdb9bc624d5706306080fb1c767..609f781a843ab6b8e05008c9127103373eb9119d 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-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