Repository: sqoop Updated Branches: refs/heads/sqoop2 5c85fc1fb -> 269029625
SQOOP-2482: Sqoop2: Precommit: Cobertura method is using wrong variable name (Jarek Jarcec Cecho via Richard Zhou) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/26902962 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/26902962 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/26902962 Branch: refs/heads/sqoop2 Commit: 269029625a1c58816f247e358eb82c3bde7e5edf Parents: 5c85fc1 Author: Richard Zhou <[email protected]> Authored: Fri Aug 14 10:56:35 2015 +0800 Committer: Richard Zhou <[email protected]> Committed: Fri Aug 14 10:56:35 2015 +0800 ---------------------------------------------------------------------- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/26902962/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index b3cf7c3..906f612 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)) - summary.append("Package {{%p}}: Can't compare test coverage as base is missing." % (package)) + lowers.append("Package {{%p}}: Can't compare test coverage as base is missing." % (package)) continue (localLine, localBranch) = cobertura_get_percentage(open(path))
