mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #109822 from claudiubelu/windows-node-name
tests: Include the Windows node name in the exception
This commit is contained in:
commit
517dd4ccfe
@ -65,7 +65,7 @@ const (
|
||||
throw "Contents of /etc/secret/foo.txt are not as expected"
|
||||
}
|
||||
if ($env:NODE_NAME_TEST -ne $env:COMPUTERNAME) {
|
||||
throw "NODE_NAME_TEST env var does not equal COMPUTERNAME"
|
||||
throw "NODE_NAME_TEST env var ($env:NODE_NAME_TEST) does not equal COMPUTERNAME ($env:COMPUTERNAME)"
|
||||
}
|
||||
Write-Output "SUCCESS"`
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user