From 688bb7a453458bd6fb2c2bd089afb27b416ed6d8 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 26 Jan 2009 17:46:16 -0700 Subject: [PATCH] setup: go ahead and check for noise in test_client_no_noise --- src/allmydata/test/test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 90cd4cfb..03f797cb 100644 --- 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 -- 2.45.2