minor print error

main
KeeganForelight 1 year ago
parent d4388dee86
commit 88e70503d1

@ -77,7 +77,7 @@ for name, info in res.items():
totalPassed += passed
totalTime += info.totaltime
print(" %s %d/%d in %.3fs/n" % (result, passed, total, info.totaltime))
print(" %s %d/%d in %.3fs" % (result, passed, total, info.totaltime))
# output overall test statistics

Loading…
Cancel
Save