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)