forked from josch/mmdebstrap
coverage.py: format skipped tests with format_test as well instead of printing a tuple
This commit is contained in:
parent
b474150f27
commit
ba76c1d3d9
1 changed files with 3 additions and 1 deletions
|
@ -371,7 +371,9 @@ def main():
|
|||
argv = ["./run_null.sh"]
|
||||
case ("skip", reason):
|
||||
skipped[reason].append(
|
||||
("(%d/%d) %s" % (i + 1, len(tests), name), dist, mode, variant, fmt)
|
||||
format_test(
|
||||
i + 1, len(tests), name, dist, mode, variant, fmt, config_dict
|
||||
)
|
||||
)
|
||||
print(f"skipped because of {reason}", file=sys.stderr)
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue