Avoid dumping stuff to stdout

This commit is contained in:
Jean-Paul Calderone 2018-07-06 13:08:52 -04:00
parent 4b98440e6a
commit a8e1ff407d
1 changed files with 0 additions and 1 deletions

View File

@ -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