mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
benchmarks: update path to baseline cli
The `fullpath` function takes the cli, but doesn't keep the cli.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user