We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785f585 commit 8b673e3Copy full SHA for 8b673e3
healthcheck/test_healthcheck_new_vnet.py
@@ -45,7 +45,7 @@ def main(tenant_id_arg, client_id_arg, client_secret_arg, subscription_id_arg, u
45
re.findall(r"releases/(R\d{4}[ab]\b)", res.text)[-4],
46
re.findall(r"releases/(R\d{4}[ab]\b)", res.text)[-5]
47
]
48
- for i in range(2):
+ for i in range(5):
49
matlab_release = latest_releases[i]
50
print("Testing Health Check Release: " + matlab_release + "\n")
51
github_base_dir = "https://raw.githubusercontent.com/mathworks-ref-arch"
0 commit comments