Skip to content

Commit a612db7

Browse files
committed
debug
1 parent 653ba6c commit a612db7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/scripts/run-server.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ if [ -f $HERE/env.sh ]; then
1010
source $HERE/env.sh
1111
fi
1212

13+
14+
${DRIVERS_TOOLS}/.evergreen/mongodl --out mongodb-bin --strip-path-components 2
15+
set -x
16+
./mongodb-bin/mongod --version
17+
exit 1
18+
1319
UV=${UV_BINARY:-uv}
1420
$UV run $HERE/run_server.py "$@"

0 commit comments

Comments
 (0)