You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2015/03/08 05:29:49 UTC

sqoop git commit: SQOOP-2190: Sqoop2: Remove hadoop200 profile from test-patch.py

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 ddb82e965 -> 3611112e2


SQOOP-2190: Sqoop2: Remove hadoop200 profile from test-patch.py

(Abraham Elmahrek via Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/3611112e
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/3611112e
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/3611112e

Branch: refs/heads/sqoop2
Commit: 3611112e27852c79865afd4094118b39e59743f9
Parents: ddb82e9
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Sat Mar 7 20:29:20 2015 -0800
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Sat Mar 7 20:29:20 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/3611112e/dev-support/test-patch.py
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py
index b1acdc4..f30d1a8 100755
--- a/dev-support/test-patch.py
+++ b/dev-support/test-patch.py
@@ -263,7 +263,7 @@ def mvn_integration(result, output_dir, slow):
 
 def run_mvn_test(command, test_type, result, output_dir, slow):
   if slow:
-    command += " -Pslow,hadoop200"
+    command += " -Pslow"
     test_file_name = "%s_slow" % test_type
     test_type = "slow %s" % test_type
   else: