mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Update test/e2e/windows/host_process.go
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
This commit is contained in:
parent
8d98e53b78
commit
47e7461209
@ -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 ($NODE_NAME_TEST) does not equal COMPUTERNAME ($env: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