]> git.proxmox.com Git - mirror_zfs.git/commitdiff
ZTS: Change issue URL template to OpenZFS org
authorRyan Moeller <ryan@iXsystems.com>
Mon, 2 Mar 2020 17:42:22 +0000 (12:42 -0500)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 17:42:22 +0000 (09:42 -0800)
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10081

tests/test-runner/bin/zts-report.py

index 19730aaafae519ef3f3e322486b1f8fd43da6d35..1309fef1007f7ec349bc58c02f62d8df34dd3862 100755 (executable)
@@ -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.