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:
e569218
)
setup: go ahead and check for noise in test_client_no_noise
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 27 Jan 2009 00:46:16 +0000
(17:46 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 27 Jan 2009 00:46:16 +0000
(17:46 -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 90cd4cfb6a9e13039c207658703d9d382b62b8bc..03f797cb334cf16da2380f6ff22c29dcba3cd995 100644
(file)
--- a/
src/allmydata/test/test_runner.py
+++ b/
src/allmydata/test/test_runner.py
@@
-290,7
+290,7
@@
class RunNode(unittest.TestCase, pollmixin.PollMixin, common_util.SignalMixin):
open(HOTLINE_FILE, "w").write("")
self.failUnlessEqual(rc_or_sig, 0, errstr)
self.failUnlessEqual(out, "", errstr) # If you emit noise, you fail this test.
- # self.failUnlessEqual(err, "", errstr) # See test_client_no_noise -- for now we ignore noise.
+ self.failUnlessEqual(err, "", errstr)
# the parent (twistd) has exited. However, twistd writes the pid
# from the child, not the parent, so we can't expect twistd.pid