Skip to content

Commit

Permalink
fix docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 14, 2024
1 parent b145321 commit e06ecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker_entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd /src
rm -f test.suite
cp -r $HOME/install ./install

export PATH="$MONGODB_BINARIES:$GOPATH/bin:$PATH"
export PATH="$MONGODB_BINARIES:$HOME/go/bin:$PATH"

# Run the test.
bash ./.evergreen/run-tests.sh

0 comments on commit e06ecbb

Please sign in to comment.