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 b145321 commit e06ecbbCopy full SHA for e06ecbb
etc/docker_entry.sh
@@ -9,7 +9,7 @@ cd /src
9
rm -f test.suite
10
cp -r $HOME/install ./install
11
12
-export PATH="$MONGODB_BINARIES:$GOPATH/bin:$PATH"
+export PATH="$MONGODB_BINARIES:$HOME/go/bin:$PATH"
13
14
# Run the test.
15
bash ./.evergreen/run-tests.sh
0 commit comments