mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-29 03:14:25 +03:00
ZTS: Change issue URL template to OpenZFS org
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10081
This commit is contained in:
parent
d32eff3a27
commit
1289fbb557
@ -295,7 +295,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
print("\nTests with results other than PASS that are expected:")
|
print("\nTests with results other than PASS that are expected:")
|
||||||
for test in sorted(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:
|
# Include the reason why the result is expected, given the following:
|
||||||
# 1. Suppress test results which set the "N/A on Linux" reason.
|
# 1. Suppress test results which set the "N/A on Linux" reason.
|
||||||
|
Loading…
Reference in New Issue
Block a user