summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/curses_results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/curses_results.py b/lldb/test/curses_results.py
index 85a3165db0f..62d540e560d 100644
--- a/lldb/test/curses_results.py
+++ b/lldb/test/curses_results.py
@@ -207,7 +207,7 @@ class Curses(test_results.ResultsFormatter):
self.status_panel.add_status_item(name="unexpected_success", title="Unexpected Success", format="%u", width=30, value=0, update=False)
self.main_window.refresh()
elif event == 'terminate':
- self.main_window.key_event_loop()
+ #self.main_window.key_event_loop()
lldbcurses.terminate_curses()
check_for_one_key = False
self.using_terminal = False
OpenPOWER on IntegriCloud