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:
parent
3362fbb1b1
commit
cb4ab09741
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user