mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-23 11:43:32 +00:00
Fixup dotest.py after the configuration package introduction
llvm-svn: 255009
This commit is contained in:
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 ""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user