diff options
author | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-10-04 22:06:33 -0400 |
---|---|---|
committer | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-10-04 22:06:33 -0400 |
commit | 34c2beb6189b56e50886fbb255cbb90ef9a0c77c (patch) | |
tree | 8472dd83c70285807cb4145acb59563730840b29 /usr/src/tools/onbld/Checks | |
parent | 5aa2fb58740c03ee1a7579942aad13294703a008 (diff) | |
download | illumos-gate-34c2beb6189b56e50886fbb255cbb90ef9a0c77c.tar.gz |
6756000 hg rtichk output missing
Diffstat (limited to 'usr/src/tools/onbld/Checks')
-rw-r--r-- | usr/src/tools/onbld/Checks/Rti.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/tools/onbld/Checks/Rti.py b/usr/src/tools/onbld/Checks/Rti.py index 4f49345d5b..e8fe6702e6 100644 --- a/usr/src/tools/onbld/Checks/Rti.py +++ b/usr/src/tools/onbld/Checks/Rti.py @@ -140,7 +140,8 @@ def rti(bugids, gatePath=None, consolidation=None, if not crRti.accepted(): for each in rtiNumber: message = "Error: RTI " + each + " for CR " + cr + " is not in " - message += "the accepted state.\n" + message += "the accepted state.\n" + output.write(message) badRtis.append(cr) continue |