Skip to content

Commit

Permalink
Merge pull request libgit2#7006 from libgit2/ethomson/benchmarks
Browse files Browse the repository at this point in the history
benchmarks: update path to baseline cli
  • Loading branch information
ethomson authored Jan 9, 2025
2 parents e2dfcea + 436f4e7 commit 1ec9d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/benchmarks/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ SYSTEM_KERNEL=$(uname -v)

fullpath() {
if [[ "$(uname -s)" == "MINGW"* && $(cygpath -u "${TEST_CLI}") == "/"* ]]; then
echo "${TEST_CLI}"
echo "$1"
elif [[ "${TEST_CLI}" == "/"* ]]; then
echo "${TEST_CLI}"
echo "$1"
else
which "${TEST_CLI}"
which "$1"
fi
}

Expand Down

0 comments on commit 1ec9d2c

Please sign in to comment.