Skip to content

Commit

Permalink
Remove ""
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed Oct 7, 2024
1 parent 96fa50e commit 6716fc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run-pytest
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 6716fc6

Please sign in to comment.