Skip to content

Commit

Permalink
Merge pull request #63 from bart0sh/PR002-e2e-fail-on-errors
Browse files Browse the repository at this point in the history
e2e: fail on errors
  • Loading branch information
k8s-ci-robot authored Sep 17, 2024
2 parents f65016e + 3695f25 commit 303c1d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

# Very Simple Script for testing the demo

set -e

kind get clusters
kubectl get nodes
kubectl wait --for=condition=Ready nodes/dra-example-driver-cluster-worker --timeout=120s
Expand Down

0 comments on commit 303c1d2

Please sign in to comment.