You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ab...@apache.org on 2015/01/08 02:52:07 UTC

sqoop git commit: SQOOP-1972: Sqoop2: PreCommit hook have incorrect link for test reports

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 60066b8f3 -> fb7edeb23


SQOOP-1972: Sqoop2: PreCommit hook have incorrect link for test reports

(Jarek Jarcec Cecho via Abraham Elmahrek)


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

Branch: refs/heads/sqoop2
Commit: fb7edeb237389650b409310a69b7c02d583d17bb
Parents: 60066b8
Author: Abraham Elmahrek <ab...@apache.org>
Authored: Wed Jan 7 17:50:03 2015 -0800
Committer: Abraham Elmahrek <ab...@apache.org>
Committed: Wed Jan 7 17:50:35 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/fb7edeb2/dev-support/test-patch.py
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py
index 26d17ba..df01722 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)