I still don't like this print

but I longer have to remove it for correctness
This commit is contained in:
Jean-Paul Calderone 2018-07-09 10:47:26 -04:00
parent e1686cd891
commit 8b431abc23

View File

@ -112,6 +112,7 @@ 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