From 48ba745eacf883080152fe16b5b1305657d001ca Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 3 Apr 2020 18:02:51 -0700 Subject: [PATCH] This test is failing on the Ubuntu bot but the bot log doesn't capture the test stdout, so put the info I need to see in the error message instead. --- lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py b/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py index 25b184e..c301e8c 100644 --- a/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py +++ b/lldb/test/API/functionalities/thread_plan/TestThreadPlanCommands.py @@ -61,7 +61,7 @@ class TestThreadPlanCommands(TestBase): fudge = 5 self.assertEqual(num_results, num_active + num_completed + num_discarded + fudge, - "Too many elements in match arrays") + "Too many elements in match arrays for: \n%s\n"%result.GetOutput()) # Now iterate through the results array and pick out the results. result_idx = 0 -- 2.7.4