From 7b90e5ad7adf81c425ba7684b37af926074e4a29 Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Sun, 16 Jun 2013 13:22:51 -0700 Subject: [PATCH] Printing out defect if specified --- dev-support/test-patch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 02e53f7d..07a7f43c 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -349,6 +349,7 @@ def post_jira_comment_and_exit(): # If defect parameter is specified let's download the latest attachment if defect: + print "Defect: %s" % defect jira_json = jira_get_defect(result, defect, username, password) json = json.loads(jira_json)