Fix MI notification test case on Linux.
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>
Mon, 9 Feb 2015 18:14:01 +0000 (18:14 +0000)
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>
Mon, 9 Feb 2015 18:14:01 +0000 (18:14 +0000)
commite372bda60f6e9520b5bb757b12c0593ea6e8f76d
tree682858eb2124b0eb6b411f499690775a48ec331c
parentb5cbe0100f4e29f67999618622f3786ff98cd533
Fix MI notification test case on Linux.

This test case was checking for a specific stop reason which is different on
Linux. This caused the test to fail. It now only checks for stoppped. Also added
some more steps to run to main so that we dont pass when application has run to
completion.

llvm-svn: 228584
lldb/test/tools/lldb-mi/TestMiNotification.py