[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:
Raphael Isemann 2019-09-05 08:45:20 +00:00
parent 999f8a7416
commit cbce3cef52
1 changed files with 1 additions and 0 deletions

View File

@ -56,4 +56,5 @@ class BasicGuiCommandTest(PExpectTest):
# Press escape to quit the gui
self.child.send(escape_key)
self.expect_prompt()
self.quit()