File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 5555# docker compose exec uwsgi bash -c "python manage.py migrate dojo 0234"
5656
5757echo " Running docker compose unit tests with test case $TEST_CASE ..."
58- <<< <<< < HEAD
59- if [ ${# EXTRA_ARGS[@]} -gt 0 ]; then
60- echo " Additional arguments: ${EXTRA_ARGS[*]} "
61- fi
62-
63- docker compose exec uwsgi bash -c " python manage.py test $TEST_CASE -v2 ${EXTRA_ARGS[*]} --keepdb"
64- =======
6558# Compose V2 integrates compose functions into the Docker platform, continuing to support
6659# most of the previous docker-compose features and flags. You can run Compose V2 by
6760# replacing the hyphen (-) with a space, using docker compose, instead of docker-compose.
6861docker compose exec uwsgi bash -c " python manage.py test $TEST_CASE -v2 --keepdb $FAIL_FAST "
69- >>>>>>> origin/dev
You can’t perform that action at this time.
0 commit comments