forked from OSchip/llvm-project
[lldb][NFC] Stabilize gui/basic test by waiting on prompt
We should wait on the GUI to exit before tearing down the test. llvm-svn: 371028
This commit is contained in:
parent
999f8a7416
commit
cbce3cef52
|
@ -56,4 +56,5 @@ class BasicGuiCommandTest(PExpectTest):
|
|||
# Press escape to quit the gui
|
||||
self.child.send(escape_key)
|
||||
|
||||
self.expect_prompt()
|
||||
self.quit()
|
||||
|
|
Loading…
Reference in New Issue