Skip to content

Commit 3fdd6ce

Browse files
committed
Resolving merge issue
1 parent 8ba2f04 commit 3fdd6ce

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

run-unittest.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,7 @@ fi
5555
# docker compose exec uwsgi bash -c "python manage.py migrate dojo 0234"
5656

5757
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-
=======
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.
6861
docker compose exec uwsgi bash -c "python manage.py test $TEST_CASE -v2 --keepdb $FAIL_FAST"
69-
>>>>>>> origin/dev

0 commit comments

Comments
 (0)