You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/10/31 18:43:35 UTC

mesos git commit: Fixed a minor style typo in gtest-runner.py.

Repository: mesos
Updated Branches:
  refs/heads/master 1e57459b7 -> 15d67d4a4


Fixed a minor style typo in gtest-runner.py.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/15d67d4a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/15d67d4a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/15d67d4a

Branch: refs/heads/master
Commit: 15d67d4a4a5d072f1800e7d4b525a923073747fe
Parents: 1e57459
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Oct 31 19:44:06 2016 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Oct 31 19:44:06 2016 +0100

----------------------------------------------------------------------
 support/mesos-gtest-runner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/15d67d4a/support/mesos-gtest-runner.py
----------------------------------------------------------------------
diff --git a/support/mesos-gtest-runner.py b/support/mesos-gtest-runner.py
index 457211a..3e736d5 100755
--- a/support/mesos-gtest-runner.py
+++ b/support/mesos-gtest-runner.py
@@ -246,7 +246,7 @@ if __name__ == '__main__':
 
         if NFAILED > 0:
             print(Bcolors.colorize(
-                '\n[FAIL]: {nfailed} shards have failed tests'.format(
+                '\n[FAIL]: {nfailed} shard(s) have failed tests'.format(
                     nfailed=NFAILED),
                 Bcolors.FAIL, Bcolors.BOLD),
                   file=sys.stderr)