Repository: sqoop Updated Branches: refs/heads/sqoop2 3362fbb1b -> cb4ab0974
SQOOP-2473: "Modify" is misspelled in pre-commit hook (Grant Henke via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/cb4ab097 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/cb4ab097 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/cb4ab097 Branch: refs/heads/sqoop2 Commit: cb4ab0974152439daad740ccfd7225169d2e040a Parents: 3362fbb Author: Jarek Jarcec Cecho <[email protected]> Authored: Mon Aug 10 20:18:38 2015 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Mon Aug 10 20:18:38 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/cb4ab097/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 812463a..6d8ff2d 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -219,7 +219,7 @@ def static_test(result, patch_file, output_dir): if rc == 0: result.success("Patch add/modify test case") else: - result.error("Patch does not add/modifny any test case") + result.error("Patch does not add/modify any test case") def mvn_clean(result, output_dir): rc = execute("mvn clean 1>%s/clean.txt 2>&1" % output_dir)
