@ -937,42 +937,51 @@ if ($mirrors_response.StatusCode -eq 200) {
}
#write-host "dict: $($dict_mirrors | out-String)"
write-host "host_list: $host_list"
if ($PSVersionTable.PSEdition-eq"Desktop"){
#powershell.exe
#we seem to need -ErrorAction Ignore for bad/unresponsive host entries - but unlike with pwsh, we don't get any corresponding entry in the test_results, and -Quiet doesn't seem to give us results either REVIEW
#short-circuit for hosts very near gitea1.intx.com.au
#don't even test others. This is primarily for hosts at intx.com.au and associated entities - which are more likely to use punkshell than anyone else.
} else {
if ($PSVersionTable.PSEdition-eq"Desktop"){
#powershell.exe
#we seem to need -ErrorAction Ignore for bad/unresponsive host entries - but unlike with pwsh, we don't get any corresponding entry in the test_results, and -Quiet doesn't seem to give us results either REVIEW
@ -103,42 +103,51 @@ if ($mirrors_response.StatusCode -eq 200) {
}
#write-host "dict: $($dict_mirrors | out-String)"
write-host"host_list: $host_list"
if($PSVersionTable.PSEdition-eq"Desktop"){
#powershell.exe
#we seem to need -ErrorAction Ignore for bad/unresponsive host entries - but unlike with pwsh, we don't get any corresponding entry in the test_results, and -Quiet doesn't seem to give us results either REVIEW
#short-circuit for hosts very near gitea1.intx.com.au
#don't even test others. This is primarily for hosts at intx.com.au and associated entities - which are more likely to use punkshell than anyone else.
}else{
if($PSVersionTable.PSEdition-eq"Desktop"){
#powershell.exe
#we seem to need -ErrorAction Ignore for bad/unresponsive host entries - but unlike with pwsh, we don't get any corresponding entry in the test_results, and -Quiet doesn't seem to give us results either REVIEW