From fb7edeb237389650b409310a69b7c02d583d17bb Mon Sep 17 00:00:00 2001 From: Abraham Elmahrek Date: Wed, 7 Jan 2015 17:50:03 -0800 Subject: [PATCH] SQOOP-1972: Sqoop2: PreCommit hook have incorrect link for test reports (Jarek Jarcec Cecho via Abraham Elmahrek) --- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 26d17baa..df01722e 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -266,7 +266,7 @@ def run_mvn_test(command, test_type, result, output_dir): if rc == 0: result.success("All %s tests passed" % test_type) else: - result.error("Some %s tests failed (%s)" % (test_type, jenkins_file_link_for_jira("report", "test%s.txt" % test_type))) + result.error("Some %s tests failed (%s)" % (test_type, jenkins_file_link_for_jira("report", "test_%s.txt" % test_type))) failed_tests = [] for path in list(find_all_files(".")): file_name = os.path.basename(path)