summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index f6413de9834..cdaf8167711 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -922,12 +922,12 @@ def setupTestResults():
else:
results_file_object = open(results_filename, "w")
cleanup_func = results_file_object.close
- default_formatter_name = "test_results.XunitFormatter"
+ default_formatter_name = "lldbsuite.test.test_results.XunitFormatter"
elif results_port:
# Connect to the specified localhost port.
results_file_object, cleanup_func = createSocketToLocalPort(
results_port)
- default_formatter_name = "test_results.RawPickledFormatter"
+ default_formatter_name = "lldbsuite.test.test_results.RawPickledFormatter"
if results_file_object:
# We care about the formatter. Choose user-specified or, if
OpenPOWER on IntegriCloud