Skip to content

Commit 4a30c05

Browse files
committed
more debug
1 parent 1e11a5b commit 4a30c05

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.evergreen/scripts/run-direct-tests.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
#!/bin/bash
2-
2+
set -x
33
. .evergreen/utils.sh
44

55
# . .evergreen/scripts/env.sh
6-
6+
ls pymongo
77
createvirtualenv "$PYTHON_BINARY" .venv
8-
8+
ls pymongo
99
# pip install -e ".[test]"
10-
set -x
10+
1111
python --version
1212
# pip install pytest
1313
pip install -v -e .
14+
ls pymongo
1415
python -c "import pymongo"
1516
python -c "import bson"
1617
# pytest --version

0 commit comments

Comments
 (0)