Skip to content

Commit 86e6c6e

Browse files
committed
debug
1 parent a612db7 commit 86e6c6e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.evergreen/scripts/run-server.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ 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
1513
set -x
14+
/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.machine())"
15+
/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.processor())"
16+
exit 1
17+
${DRIVERS_TOOLS}/.evergreen/mongodl --out mongodb-bin --strip-path-components 2
18+
1619
./mongodb-bin/mongod --version
1720
exit 1
1821

0 commit comments

Comments
 (0)