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 4362a88 commit a1f3d64Copy full SHA for a1f3d64
docarray/run.sh
@@ -30,6 +30,6 @@ set +x
30
31
# Run tests. Sensitive variables in Evergreen come from Evergeen project: ai-ml-pipeline-testing/
32
# shellcheck disable=SC2154
33
-MONGODB_URI="$MONGODB_URI" \
34
-MONGODB_DATABASE="docarray_test_db" \
35
-pytest -v tests/index/mongo_atlas
+export MONGODB_URI="$MONGODB_URI"
+export MONGODB_DATABASE="docarray_test_db"
+pytest -v tests/index/mongo_atlas || pytest --lf
0 commit comments