summaryrefslogtreecommitdiffstats
path: root/lldb/test/order/TestOrderFile.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-08-16 21:28:10 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-08-16 21:28:10 +0000
commit6ca006c7c13da67cd3aa19c2067e6990ac97c8d8 (patch)
tree77f90da83646be67cd1fce51ba3622ad60587829 /lldb/test/order/TestOrderFile.py
parentdf239670d403fb18a338f1a47ad1326e4a3b9a73 (diff)
downloadbcm5719-llvm-6ca006c7c13da67cd3aa19c2067e6990ac97c8d8.tar.gz
bcm5719-llvm-6ca006c7c13da67cd3aa19c2067e6990ac97c8d8.zip
Factored the "continue" command execution of the inferior process as part of the
cleanup before finish into the test fixture in lldbtest.TestBase.tearDown(). Derivatives of TestBase is responsible for setting self.runStarted to True if an inferior process has been started. llvm-svn: 111188
Diffstat (limited to 'lldb/test/order/TestOrderFile.py')
-rw-r--r--lldb/test/order/TestOrderFile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/order/TestOrderFile.py b/lldb/test/order/TestOrderFile.py
index 83c801ec301..031c2eeed38 100644
--- a/lldb/test/order/TestOrderFile.py
+++ b/lldb/test/order/TestOrderFile.py
@@ -31,6 +31,7 @@ class TestOrderFile(TestBase):
"Symbols have correct order by the order file")
self.ci.HandleCommand("run", res)
+ self.runStarted = True
self.assertTrue(res.Succeeded(), RUN_COMPLETED)
OpenPOWER on IntegriCloud