You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/run-rollouts-e2e-tests.sh
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# - Runs the (cluster-scoped) E2E tests of the Argo Rollouts operator
5
5
# - Runs the upstream E2E tests from the argo-rollouts repo
6
6
7
-
set -e
7
+
set -ex
8
8
9
9
ROLLOUTS_TMP_DIR=$(mktemp -d)
10
10
@@ -18,6 +18,10 @@ cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
18
18
# - It should always point to the same argo-rollouts-manager commit that is referenced in go.mod of gitops-operator (which will usually be the most recent argo-rollouts-manager commit)
0 commit comments