You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/12 11:48:03 UTC

[incubator-ponymail-unit-tests] branch master updated: wording

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new f4eb077  wording
f4eb077 is described below

commit f4eb07718c38839c763f5ce82305ac71bd3aebe1
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 12 13:47:51 2020 +0200

    wording
---
 runall.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runall.py b/runall.py
index b8e6c9f..07b92ae 100644
--- a/runall.py
+++ b/runall.py
@@ -59,7 +59,7 @@ if __name__ == '__main__':
             break
 
     print("-------------------------------------")
-    print("Done with %u tests in %.2f seconds" % (tests_total, time.time() - now))
+    print("Done with %u test%s in %.2f seconds" % (tests_total, 's' if tests_total != 1 else '', time.time() - now))
     print("Specs processed: %4u" % tests_total)
     print("Total tests run: %4u" % (sub_success+sub_failure))
     print("Tests succeeded: %4u" % sub_success)