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:
|
||||
break
|
||||
print(
|
||||
"successully ran %d tests" % (len(tests) - len(skipped) - len(failed)),
|
||||
"successfully ran %d tests" % (len(tests) - len(skipped) - len(failed)),
|
||||
file=sys.stderr,
|
||||
)
|
||||
if skipped:
|
||||
|
|
Loading…
Reference in a new issue