5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-19 02:10:54 +08:00

SQOOP-2473: "Modify" is misspelled in pre-commit hook

(Grant Henke via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2015-08-10 20:18:38 -07:00
parent 3362fbb1b1
commit cb4ab09741

View File

@ -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)