mirror of
https://github.com/apache/sqoop.git
synced 2025-05-07 04:40:28 +08:00
SQOOP-2481: Sqoop2: Precommit: Drop call to clean while running unit tests
(Jarek Jarcec Cecho via Richard Zhou)
This commit is contained in:
parent
41fff36672
commit
5c85fc1fb8
@ -266,7 +266,7 @@ def find_all_files(top, fileRegExp=".*", dirRegExp=".*"):
|
|||||||
yield os.path.join(root, f)
|
yield os.path.join(root, f)
|
||||||
|
|
||||||
def mvn_test(result, output_dir):
|
def mvn_test(result, output_dir):
|
||||||
run_mvn_test("clean test site", "unit", result, output_dir) # Will run cobertura and findbugs as well
|
run_mvn_test("test site", "unit", result, output_dir) # Will run cobertura and findbugs as well
|
||||||
|
|
||||||
def mvn_integration(result, output_dir):
|
def mvn_integration(result, output_dir):
|
||||||
run_mvn_test("integration-test -pl test", "integration", result, output_dir)
|
run_mvn_test("integration-test -pl test", "integration", result, output_dir)
|
||||||
|
Loading…
Reference in New Issue
Block a user