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 11615ee commit e18ce64Copy full SHA for e18ce64
.evergreen/setup-env.sh
@@ -5,7 +5,7 @@ OS_ARCH="$(uname "-m")"
5
6
export BASEDIR="$PWD/.evergreen"
7
export PATH="$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/java/jdk17/bin:$PATH"
8
-export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../testing/tests-globalconfig.conf"
+export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../packages/testing/tests-globalconfig.conf"
9
10
export IS_MONGOSH_EVERGREEN_CI=1
11
export DEBUG="mongodb*,$DEBUG"
0 commit comments