]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: go ahead and check for noise in test_client_no_noise
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 00:46:16 +0000 (17:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 00:46:16 +0000 (17:46 -0700)
src/allmydata/test/test_runner.py

index 90cd4cfb6a9e13039c207658703d9d382b62b8bc..03f797cb334cf16da2380f6ff22c29dcba3cd995 100644 (file)
@@ -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