We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1076d81 + 7e3a4d1 commit 77df838Copy full SHA for 77df838
benchmarks/install_and_test.sh
@@ -106,7 +106,7 @@ function fillDB(){
106
}
107
108
utilitiesDir=`pwd`/utilities
109
-script=`pwd`/${BASH_SOURCE[0]}
+script="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$(basename "${BASH_SOURCE[0]}")"
110
RELATIVE_BENCH_PATH=`dirname ${script}`
111
export BENCH_FOLDER=`realpath ${RELATIVE_BENCH_PATH}`
112
export PYTHON_FOLDER="${BENCH_FOLDER}/../python"
0 commit comments