You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by rz...@apache.org on 2015/08/14 04:32:57 UTC

sqoop git commit: SQOOP-2477: Sqoop2: Precommit: Drop call to clean while running unit tests

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 41fff3667 -> 30a248b84


SQOOP-2477: 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/30a248b8
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/30a248b8
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/30a248b8

Branch: refs/heads/sqoop2
Commit: 30a248b84e4d8203030219fb08bcab7afd221896
Parents: 41fff36
Author: Richard Zhou <rz...@apache.org>
Authored: Fri Aug 14 10:20:18 2015 +0800
Committer: Richard Zhou <rz...@apache.org>
Committed: Fri Aug 14 10:20:18 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/30a248b8/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)