Skip to content

Commit

Permalink
fixed verify
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajNagure committed Jun 24, 2024
1 parent 0b8a634 commit f56039e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/verify-testdata.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ ROOT_DIR="$(realpath "${DIR}/..")"

function check() {
chmod +x "${ROOT_DIR}"/hack/update-testdata.sh
"${ROOT_DIR}"/hack/update-testdata.sh
if [[ "${UPDATE_DRY_RUN_TESTDATA:-"false"}" == "true" ]]; then
"${ROOT_DIR}"/hack/update-testdata.sh
fi
git --no-pager diff --exit-code
}

Expand Down

0 comments on commit f56039e

Please sign in to comment.