Pass ginkgo bin location

This commit is contained in:
Ettore Di Giacinto
2022-09-13 21:24:07 +00:00
parent ad3860dbd3
commit 6dde050079
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ kubectl wait --for=condition=Ready node/$CLUSTER_NAME-control-plane
export EXTERNAL_IP=$(kubectl get nodes -o jsonpath='{.items[].status.addresses[?(@.type == "InternalIP")].address}')
export BRIDGE_IP="172.18.0.1"
kubectl get nodes -o wide
cd $ROOT_DIR/tests && ginkgo -r -v ./e2e
cd $ROOT_DIR/tests && $GINKGO -r -v ./e2e