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:
c284da9
)
tests: test depends on _version.py
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 28 Feb 2008 21:29:24 +0000
(14:29 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 28 Feb 2008 21:29:24 +0000
(14:29 -0700)
because there is a test that asserts that our version is not "unknown"
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 90b759c0b26726295b8530bcd5b271ef31f2e00b..f25a13162834616674f2d88da6a1e5b70efe7d18 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-190,7
+190,7
@@
TEST=allmydata
# use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
# suppress the ansi color sequences
-test: .built .checked-deps
+test: .built .checked-deps
src/allmydata/_version.py
$(PP) \
$(TRIAL) $(TRIALARGS) $(TEST)