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 <[email protected]> Authored: Sat Mar 7 20:29:20 2015 -0800 Committer: Jarek Jarcec Cecho <[email protected]> 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:
