Files
qdrant/openapi/tests/run_docker.sh
Andrey Vasnetsov ed3750afe0 fix python scripts ci (#2283)
* fix python scripts ci

* fix sh script
2023-07-18 00:08:05 +02:00

19 lines
242 B
Bash
Executable File

#!/bin/sh
set -ex
clear_after_tests()
{
rm -rf .hypothesis .pytest_cache
}
# This script is supposed to be executed from the docker image
cd "$(dirname "$0")"
trap clear_after_tests EXIT
pytest -s
QDRANT__ON_DISK_VECTORS=1 pytest -s