From d92a4bc087c63fef242d7804c02e88a295bc7dd2 Mon Sep 17 00:00:00 2001 From: joswinc Date: Mon, 24 Feb 2025 08:49:43 -0800 Subject: [PATCH] fixed -o flag fail. issue 1118 --- test/k8s-local-cluster-test/run-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k8s-local-cluster-test/run-test b/test/k8s-local-cluster-test/run-test index 86c86bf7..b7882fa9 100755 --- a/test/k8s-local-cluster-test/run-test +++ b/test/k8s-local-cluster-test/run-test @@ -186,7 +186,7 @@ while getopts "pdn:oc:a:b:v:w:" opt; do done if [[ -z $TMP_DIR ]]; then - TMP_DIR=$("$SCRIPTPATH/../k8s-local-cluster-test/provision-cluster" -b "$CLUSTER_NAME_BASE" -v "$K8S_VERSION $PROVISION_CLUSTER_ARGS") + TMP_DIR=$("$SCRIPTPATH/../k8s-local-cluster-test/provision-cluster" -b "$CLUSTER_NAME_BASE" -v "$K8S_VERSION" "$PROVISION_CLUSTER_ARGS") fi if [[ $OVERRIDE_PATH -eq 0 ]]; then export PATH=$TMP_DIR:$PATH