Unverified Commit 3b3c977f authored by Aaron Crickenberger's avatar Aaron Crickenberger Committed by GitHub

Update test/cmd/legacy-script.sh

Co-Authored-By: 's avatarrunyontr <runyontr@gmail.com>
parent 1e44e335
...@@ -398,7 +398,7 @@ runTests() { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment