use flush in order to avoid hanging on mac
This commit is contained in:
parent
3181718fe0
commit
4a3863c2e2
|
@ -402,5 +402,4 @@ class TestPDB(object):
|
||||||
child = testdir.spawn_pytest("--pdbcls=custom_pdb:CustomPdb %s" % str(p1))
|
child = testdir.spawn_pytest("--pdbcls=custom_pdb:CustomPdb %s" % str(p1))
|
||||||
|
|
||||||
child.expect('custom set_trace>')
|
child.expect('custom set_trace>')
|
||||||
if child.isalive():
|
self.flush(child)
|
||||||
child.wait()
|
|
||||||
|
|
Loading…
Reference in New Issue