Skip to content

Commit c6f15ed

Browse files
committed
debug
1 parent 0459dde commit c6f15ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/scripts/run-server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [ -f $HERE/env.sh ]; then
1111
fi
1212

1313
set -x
14-
/Library/Frameworks/Python.Framework
15-
/Library/Frameworks/Python.Framework/Versions
14+
ls /Library/Frameworks/Python.Framework
15+
ls /Library/Frameworks/Python.Framework/Versions
1616
/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.machine())"
1717
/Library/Frameworks/Python.Framework/Versions/3.9/bin/python3 -c "import platform;print(platform.processor())"
1818
exit 1

0 commit comments

Comments
 (0)