mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 21:26:03 +00:00
pulled kubeadm tests out of runTests to run before tests in test/cmd
Added timeout for https://github.com/kubernetes/kubeadm/issues/1430
This commit is contained in:
@@ -397,7 +397,10 @@ runTests() {
|
||||
if [[ -n "${WHAT-}" ]]; then
|
||||
for pkg in ${WHAT}
|
||||
do
|
||||
record_command run_${pkg}_tests
|
||||
# running of kubeadm is captured in hack/make-targets/test-cmd.sh
|
||||
if [[ "$pkg" != "kubeadm" ]]; then
|
||||
record_command run_${pkg}_tests
|
||||
fi
|
||||
done
|
||||
cleanup_tests
|
||||
return
|
||||
|
Reference in New Issue
Block a user