We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a502b96 commit d4df887Copy full SHA for d4df887
test/cmd/legacy-script.sh
@@ -386,8 +386,8 @@ runTests() {
386
kubectl get "${kube_flags[@]}" -f hack/testdata/kubernetes-service.yaml
387
fi
388
389
- cleanup(){
390
- kube::test::clear_all
+ cleanup_tests(){
+ kube::test::clear_all
391
if [[ -n "${foundError}" ]]; then
392
echo "FAILED TESTS: ""${foundError}"
393
exit 1
@@ -399,7 +399,7 @@ runTests() {
399
do
400
record_command run_${pkg}_tests
401
done
402
- cleanup
+ cleanup_tests
403
return
404
405
@@ -866,5 +866,5 @@ runTests() {
866
867
record_command run_wait_tests
868
869
870
}
0 commit comments