From 950053867b4f60ac1eeab4fab1a11c02677feb8b Mon Sep 17 00:00:00 2001 From: Neeraj Nagure Date: Mon, 24 Jun 2024 16:27:03 +0530 Subject: [PATCH] fixed verify --- hack/verify-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-all.sh b/hack/verify-all.sh index 5482e65fa9..fd9b64ed42 100755 --- a/hack/verify-all.sh +++ b/hack/verify-all.sh @@ -100,7 +100,7 @@ fi if [[ "${VERIFY_DRY_RUN_TESTDATA:-true}" == "true" ]]; then echo "[*] Verifying testdata..." - chmod +x ${ROOT_DIR}/hack/verify-testdata.sh + chmod +x "${ROOT_DIR}"/hack/verify-testdata.sh "${ROOT_DIR}"/hack/verify-testdata.sh || failed+=(testdata) fi