Skip to content

Commit

Permalink
UPSTREAM: <carry>: add openshift/e2e-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Jun 21, 2023
1 parent 3df1443 commit 865ca31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openshift/e2e-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -euo pipefail

echo "Running e2e-tests.sh"

unset GOFLAGS
tmp="$(mktemp -d)"

git clone --depth=1 "https://github.com/openshift/cluster-capi-operator.git" "$tmp"

exec make -C "$tmp" e2e

0 comments on commit 865ca31

Please sign in to comment.