You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2013/06/16 21:37:51 UTC

git commit: Improving a bit displaying message

Updated Branches:
  refs/heads/SQOOP-1082 d35f978d7 -> e6d1b0498


Improving a bit displaying message


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

Branch: refs/heads/SQOOP-1082
Commit: e6d1b049889c7cf48769f6e9c9f5aa49132db716
Parents: d35f978
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Sun Jun 16 12:37:23 2013 -0700
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Sun Jun 16 12:37:23 2013 -0700

----------------------------------------------------------------------
 dev-support/test-patch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/e6d1b049/dev-support/test-patch.py
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py
index 9b03be7..2541cc9 100755
--- a/dev-support/test-patch.py
+++ b/dev-support/test-patch.py
@@ -80,7 +80,7 @@ def jira_get_defect(result, defect, username, password):
 def jira_post_comment(result, defect, branch, username, password):
   url = "%s/rest/api/2/issue/%s/comment" % (BASE_JIRA_URL, defect)
   body = [ "Here are the results of testing the latest attachment" ]
-  body += [ "%s against %s." % (result.attachment, branch) ]
+  body += [ "%s against branch %s." % (result.attachment, branch) ]
   body += [ "" ]
   if result._fatal:
     result._error = [ result._fatal ] + result._error