We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2cfff commit c6030a2Copy full SHA for c6030a2
.evergreen/remove-unimplemented-tests.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-PYMONGO=$(dirname "$(cd "$(dirname "$0")"; pwd)")
+PYMONGO=$(dirname "$(cd "$(dirname "$0")" || exit; pwd)")
3
4
rm -rf $PYMONGO/test/server_selection/logging
5
rm $PYMONGO/test/transactions/legacy/errors-client.json # PYTHON-1894
0 commit comments