Fixup dotest.py after the configuration package introduction

llvm-svn: 255009
This commit is contained in:
Pavel Labath 2015-12-08 12:09:56 +00:00
parent 382967a2e4
commit bddf18009f

@ -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 ""))