Update test/cmd/legacy-script.sh

Co-Authored-By: runyontr <runyontr@gmail.com>
pull/564/head
Aaron Crickenberger 2019-03-02 20:41:42 -05:00 committed by GitHub
parent 1e44e33517
commit 3b3c977fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ runTests() {
for pkg in ${WHAT}
do
# 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
fi
done