Updated Branches: refs/heads/SQOOP-1082 6379fe1d1 -> 7b90e5ad7
Printing out defect if specified Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/7b90e5ad Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/7b90e5ad Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/7b90e5ad Branch: refs/heads/SQOOP-1082 Commit: 7b90e5ad7adf81c425ba7684b37af926074e4a29 Parents: 6379fe1 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Jun 16 13:22:51 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Jun 16 13:22:51 2013 -0700 ---------------------------------------------------------------------- dev-support/test-patch.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/7b90e5ad/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 02e53f7..07a7f43 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -349,6 +349,7 @@ if options.output_dir and not os.path.isdir(options.output_dir): # 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)
