PYROS_DOCKER_TEST 279 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 #!/usr/bin/env bash # if no container is running if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 4 ] then echo "pyros-db or pyros weren't running, starting them..." ./PYROS_DOCKER_START #./PYROS_DOCKER_START.bat fi docker compose exec pyros python3 pyros.py test $@