]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: shorten subject a bit
authorSage Weil <sage@inktank.com>
Tue, 19 Mar 2013 19:02:14 +0000 (12:02 -0700)
committerSage Weil <sage@inktank.com>
Tue, 19 Mar 2013 19:12:56 +0000 (12:12 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/suite.py

index 496aa2395f394d3b03ee5ab527983f94308ea64e..6ae30ff3abb26285547b30063bdad5be769a5132 100644 (file)
@@ -367,8 +367,8 @@ def _results(args):
                         ))
 
     if failures or unfinished:
-        subject = ('{num_failed} failed, {num_hung} possibly hung, '
-                   'and {num_passed} passed tests in {suite}'.format(
+        subject = ('{num_failed} failed, {num_hung} hung, '
+                   '{num_passed} passed in {suite}'.format(
                 num_failed=num_failures,
                 num_hung=len(unfinished),
                 num_passed=len(passed),
@@ -390,7 +390,7 @@ These tests passed:
             timeout=args.timeout,
             )
     else:
-        subject = 'All {num_passed} tests passed in {suite}!'.format(suite=args.name, num_passed=len(passed))
+        subject = '{num_passed} passed in {suite}'.format(suite=args.name, num_passed=len(passed))
         body = '\n'.join(descriptions)
 
     try: