We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba2f04 commit 3fdd6ceCopy full SHA for 3fdd6ce
1 file changed
run-unittest.sh
@@ -55,15 +55,7 @@ fi
55
# docker compose exec uwsgi bash -c "python manage.py migrate dojo 0234"
56
57
echo "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
-=======
65
# Compose V2 integrates compose functions into the Docker platform, continuing to support
66
# most of the previous docker-compose features and flags. You can run Compose V2 by
67
# replacing the hyphen (-) with a space, using docker compose, instead of docker-compose.
68
docker compose exec uwsgi bash -c "python manage.py test $TEST_CASE -v2 --keepdb $FAIL_FAST"
69
->>>>>>> origin/dev
0 commit comments