mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
logcheck: check Windows files
This commit is contained in:
@@ -52,7 +52,8 @@ done < <(cat "${migrated_packages_file}")
|
||||
# TODO: Improve concurrancy here
|
||||
ret=0
|
||||
for package in "${migrated_packages[@]}"; do
|
||||
logcheck "$KUBE_ROOT/$package" || ret=$?
|
||||
GOOS=linux logcheck "$KUBE_ROOT/$package" || ret=$?
|
||||
GOOS=windows logcheck "$KUBE_ROOT/$package" || ret=$?
|
||||
done
|
||||
|
||||
if [ $ret -eq 0 ]; then
|
||||
|
Reference in New Issue
Block a user