Skip to content

Commit 18b5189

Browse files
committed
fix path handling
1 parent f29854c commit 18b5189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -eu
33

44
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
5+
SCRIPT_DIR="$( cd -- "$SCRIPT_DIR" > /dev/null 2>&1 && pwd )"
56
ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")"
67

78
export PIP_QUIET=1 # Quiet by default

0 commit comments

Comments
 (0)