From a8e1ff407d9c395113caef72829d72792cf6ce1b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 6 Jul 2018 13:08:52 -0400 Subject: [PATCH] Avoid dumping stuff to stdout --- src/allmydata/test/cli/test_daemonize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/test/cli/test_daemonize.py b/src/allmydata/test/cli/test_daemonize.py index 3853054e4..09b923cbd 100644 --- a/src/allmydata/test/cli/test_daemonize.py +++ b/src/allmydata/test/cli/test_daemonize.py @@ -112,7 +112,6 @@ class RunDaemonizeTests(unittest.TestCase): # or raise RuntimeError) it is apparently just ignored and the # test passes anyway... if self._working != os.path.abspath('.'): - print("WARNING: a test just changed the working dir; putting it back") os.chdir(self._working) return d