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:
681d3bf
)
setup: more verbose assertion failure in test_runner
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Jan 2009 17:49:06 +0000
(10:49 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 29 Jan 2009 17:49:06 +0000
(10:49 -0700)
src/allmydata/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_runner.py
b/src/allmydata/test/test_runner.py
index 4a01be57987654f0fbe80922d072825d895f6c22..098d896463e68b2ea1cad78c9808bd59d3d6cd24 100644
(file)
--- a/
src/allmydata/test/test_runner.py
+++ b/
src/allmydata/test/test_runner.py
@@
-24,7
+24,7
@@
class TheRightCode(unittest.TestCase, common_util.SignalMixin):
# Fail unless the allmydata-tahoe package is *this* version *and* was loaded from *this* source directory.
required_ver_and_path = "allmydata-tahoe: %s (%s)" % (allmydata.__version__, os.path.dirname(os.path.dirname(allmydata.__file__)))
- self.failUnless(out.startswith(required_ver_and_path), (out, err, rc_or_sig))
+ self.failUnless(out.startswith(required_ver_and_path), (out, err, rc_or_sig
, required_ver_and_path
))
d.addCallback(_cb)
return d