Skip to content

Commit e18ce64

Browse files
committed
chore: adjust testing file directory
1 parent 11615ee commit e18ce64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OS_ARCH="$(uname "-m")"
55

66
export BASEDIR="$PWD/.evergreen"
77
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"
8+
export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../packages/testing/tests-globalconfig.conf"
99

1010
export IS_MONGOSH_EVERGREEN_CI=1
1111
export DEBUG="mongodb*,$DEBUG"

0 commit comments

Comments
 (0)