summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-09-05 08:45:20 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-09-05 08:45:20 +0000
commitcbce3cef52b134f83061f6f4c8f0bb8f916838bf (patch)
tree869e8809e6b6bab2e82e4c5a9498f91d71b73675 /lldb/packages/Python
parent999f8a7416f8edc54ef92e715fd23c532bcc74d4 (diff)
downloadbcm5719-llvm-cbce3cef52b134f83061f6f4c8f0bb8f916838bf.tar.gz
bcm5719-llvm-cbce3cef52b134f83061f6f4c8f0bb8f916838bf.zip
[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
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
index 89bd3e1109e..15c60de9001 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/gui/basic/TestGuiBasic.py
@@ -56,4 +56,5 @@ class BasicGuiCommandTest(PExpectTest):
# Press escape to quit the gui
self.child.send(escape_key)
+ self.expect_prompt()
self.quit()
OpenPOWER on IntegriCloud