forked from josch/mmdebstrap
coverage.py: fix typo successully -> successfully
This commit is contained in:
parent
86f616996d
commit
5ea760920d
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ def main():
|
||||||
if args.maxfail and len(failed) >= args.maxfail:
|
if args.maxfail and len(failed) >= args.maxfail:
|
||||||
break
|
break
|
||||||
print(
|
print(
|
||||||
"successully ran %d tests" % (len(tests) - len(skipped) - len(failed)),
|
"successfully ran %d tests" % (len(tests) - len(skipped) - len(failed)),
|
||||||
file=sys.stderr,
|
file=sys.stderr,
|
||||||
)
|
)
|
||||||
if skipped:
|
if skipped:
|
||||||
|
|
Loading…
Reference in a new issue