Avoid dumping stuff to stdout
This commit is contained in:
parent
4b98440e6a
commit
a8e1ff407d
|
@ -112,7 +112,6 @@ class RunDaemonizeTests(unittest.TestCase):
|
||||||
# or raise RuntimeError) it is apparently just ignored and the
|
# or raise RuntimeError) it is apparently just ignored and the
|
||||||
# test passes anyway...
|
# test passes anyway...
|
||||||
if self._working != os.path.abspath('.'):
|
if self._working != os.path.abspath('.'):
|
||||||
print("WARNING: a test just changed the working dir; putting it back")
|
|
||||||
os.chdir(self._working)
|
os.chdir(self._working)
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue