aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2020-03-02 12:42:22 -0500
committerGitHub <[email protected]>2020-03-02 09:42:22 -0800
commit1289fbb557e1f6d4de69a085280890619bc71127 (patch)
treee2e4bb84a36e534958520037591848b49d5a76d1 /tests
parentd32eff3a27d2a57fa280b7e461883fed2a4cec16 (diff)
ZTS: Change issue URL template to OpenZFS org
Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #10081
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-runner/bin/zts-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py
index 19730aaaf..1309fef10 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.