summaryrefslogtreecommitdiffstats
path: root/lldb/test/tester.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tester.py')
-rwxr-xr-xlldb/test/tester.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/tester.py b/lldb/test/tester.py
index be3814afa57..31ec450fbbe 100755
--- a/lldb/test/tester.py
+++ b/lldb/test/tester.py
@@ -101,6 +101,7 @@ class LLDBTestCase(unittest.TestCase):
class SanityCheckTestCase(LLDBTestCase):
def runTest(self):
ret = self.runCommand("show arch", "show-arch")
+ print ret
suite = unittest.TestLoader().loadTestsFromTestCase(SanityCheckTestCase)
unittest.TextTestRunner(verbosity=2).run(suite)
OpenPOWER on IntegriCloud