diff options
author | Pavel Labath <labath@google.com> | 2015-12-08 12:09:56 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-12-08 12:09:56 +0000 |
commit | bddf18009f6027a217df718c96aceeedc97e5533 (patch) | |
tree | 6026e692a500b52c8c2cc49688aa5dc37327392f /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 382967a2e4be30089b1b2b0f640181a5d48fe53e (diff) | |
download | bcm5719-llvm-bddf18009f6027a217df718c96aceeedc97e5533.tar.gz bcm5719-llvm-bddf18009f6027a217df718c96aceeedc97e5533.zip |
Fixup dotest.py after the configuration package introduction
llvm-svn: 255009
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 8f5d0da43a8..318f2d2a043 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -1350,7 +1350,7 @@ def run_suite(): # First, write out the number of collected test cases. if not configuration.parsable: - sys.stderr.write(separator + "\n") + sys.stderr.write(configuration.separator + "\n") sys.stderr.write("Collected %d test%s\n\n" % (configuration.suite.countTestCases(), configuration.suite.countTestCases() != 1 and "s" or "")) |