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 60201ea commit 581a904Copy full SHA for 581a904
tests/bats/Makefile
@@ -61,6 +61,7 @@ tests: image
61
--entrypoint "/bin/bash"\
62
$(BATS_IMAGE) \
63
-c "cd /cwd; \
64
+ echo 'timeout -v 10 kubectl get nodes' || (echo "error: bad kubeconfig/cluster"; exit 1); \
65
echo 'Running k8s cluster cleanup (invasive)... '; \
66
bash tests/bats/cleanup-from-previous-run.sh &> $${_RUNDIR}/cleanup.outerr || \
67
(echo 'Cleanup failed:'; cat $${_RUNDIR}/cleanup.outerr); \
0 commit comments