mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Update test/cmd/legacy-script.sh
Co-Authored-By: runyontr <runyontr@gmail.com>
This commit is contained in:
parent
1e44e33517
commit
3b3c977fc7
@ -398,7 +398,7 @@ runTests() {
|
|||||||
for pkg in ${WHAT}
|
for pkg in ${WHAT}
|
||||||
do
|
do
|
||||||
# running of kubeadm is captured in hack/make-targets/test-cmd.sh
|
# running of kubeadm is captured in hack/make-targets/test-cmd.sh
|
||||||
if [[ "$pkg" != "kubeadm" ]]; then
|
if [[ "${pkg}" != "kubeadm" ]]; then
|
||||||
record_command run_${pkg}_tests
|
record_command run_${pkg}_tests
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user