Skip to content

Commit 303c1d2

Browse files
authored
Merge pull request #63 from bart0sh/PR002-e2e-fail-on-errors
e2e: fail on errors
2 parents f65016e + 3695f25 commit 303c1d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/e2e.sh

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
# Very Simple Script for testing the demo
1818

19+
set -e
20+
1921
kind get clusters
2022
kubectl get nodes
2123
kubectl wait --for=condition=Ready nodes/dra-example-driver-cluster-worker --timeout=120s

0 commit comments

Comments
 (0)