From 1289fbb557e1f6d4de69a085280890619bc71127 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Mon, 2 Mar 2020 12:42:22 -0500 Subject: [PATCH] ZTS: Change issue URL template to OpenZFS org Reviewed-by: George Melikov Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #10081 --- tests/test-runner/bin/zts-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py index 19730aaafa..1309fef100 100755 --- a/tests/test-runner/bin/zts-report.py +++ b/tests/test-runner/bin/zts-report.py @@ -295,7 +295,7 @@ if __name__ == "__main__": print("\nTests with results other than PASS that are expected:") for test in sorted(expected): - issue_url = 'https://github.com/zfsonlinux/zfs/issues/' + issue_url = 'https://github.com/openzfs/zfs/issues/' # Include the reason why the result is expected, given the following: # 1. Suppress test results which set the "N/A on Linux" reason.