Skip to content

Commit 1e6bf7b

Browse files
committed
UPSTREAM: <carry>: add openshift/e2e-tests.sh
1 parent f42917d commit 1e6bf7b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

openshift/e2e-tests.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
set -euo pipefail
4+
5+
echo "Running e2e-tests.sh"
6+
7+
unset GOFLAGS
8+
tmp="$(mktemp -d)"
9+
10+
git clone --depth=1 "https://github.com/openshift/cluster-capi-operator.git" "$tmp"
11+
12+
exec make -C "$tmp" e2e

0 commit comments

Comments
 (0)