Repository: sqoop Updated Branches: refs/heads/sqoop2 719e3aa96 -> 796c752c1
SQOOP-2488: Sqoop2: Precommit hook is using incorrect string insertion (Jarek Jarcec Cecho via Abraham Elmahrek) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/796c752c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/796c752c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/796c752c Branch: refs/heads/sqoop2 Commit: 796c752c17e2227b7cf13b5fbb9fa0800020e4a6 Parents: 719e3aa Author: Abraham Elmahrek <[email protected]> Authored: Fri Aug 14 10:02:37 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Fri Aug 14 10:03:34 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/796c752c/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 906f612..577ec4e 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -353,7 +353,7 @@ def cobertura_compare(result, output_dir, compare_url): remoteIo = open_url("%s%s" % (compare_url, path)) except urllib2.HTTPError: report.write("Package %s: Base is missing" % (package)) - lowers.append("Package {{%p}}: Can't compare test coverage as base is missing." % (package)) + lowers.append("Package {{%s}}: Can't compare test coverage as base is missing." % (package)) continue (localLine, localBranch) = cobertura_get_percentage(open(path))
