diff --git a/run-pytest b/run-pytest index 48fccaf2..24d46fe9 100755 --- a/run-pytest +++ b/run-pytest @@ -53,11 +53,14 @@ echo "-------------------------!!!!!!!!!!!!!11--------------" # Wait until the database is ready ${docker_compose_exec[@]} -e RUN_MIGRATIONS=0 runserver ./docker-entrypoint /bin/true + +#"${docker_compose_exec[@]}" -e RUN_MIGRATIONS=0 runserver ./docker-entrypoint /bin/true #docker compose exec -e RUN_MIGRATIONS=0 runserver ./docker-entrypoint /bin/true set +e +${docker_compose_exec[@]} runserver /home/bew/.venv/bin/pytest "${misc_opts[@]}" "${opts[@]}" -"${docker_compose_exec[@]}" runserver /home/bew/.venv/bin/pytest "${misc_opts[@]}" "${opts[@]}" +#"${docker_compose_exec[@]}" runserver /home/bew/.venv/bin/pytest "${misc_opts[@]}" "${opts[@]}" #docker compose exec runserver /home/bew/.venv/bin/pytest "${misc_opts[@]}" "${opts[@]}" exit_code=$?