Repository: sqoop Updated Branches: refs/heads/sqoop2 30a248b84 -> 5c85fc1fb (forced update)
SQOOP-2481: Sqoop2: Precommit: Drop call to clean while running unit tests (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/5c85fc1f Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/5c85fc1f Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/5c85fc1f Branch: refs/heads/sqoop2 Commit: 5c85fc1fb8b8ce98b1e987a63de02bf0c30c6eb7 Parents: 41fff36 Author: Richard Zhou <[email protected]> Authored: Fri Aug 14 10:20:18 2015 +0800 Committer: Richard Zhou <[email protected]> Committed: Fri Aug 14 10:21:57 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/5c85fc1f/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 7bc55ea..b3cf7c3 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -266,7 +266,7 @@ def find_all_files(top, fileRegExp=".*", dirRegExp=".*"): yield os.path.join(root, f) 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): run_mvn_test("integration-test -pl test", "integration", result, output_dir)
