We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29854c commit 18b5189Copy full SHA for 18b5189
.evergreen/run-tests.sh
@@ -2,6 +2,7 @@
2
set -eu
3
4
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
5
+SCRIPT_DIR="$( cd -- "$SCRIPT_DIR" > /dev/null 2>&1 && pwd )"
6
ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")"
7
8
export PIP_QUIET=1 # Quiet by default
0 commit comments