Skip to content

Commit

Permalink
Accept arguments to run_web_tests
Browse files Browse the repository at this point in the history
Arguments are passed directly to python manage.py test command
  • Loading branch information
martyngigg committed Mar 19, 2024
1 parent 37f6279 commit d0d4e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_web_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
fi

echo "Executing web tests..."
docker-compose exec $DJANGO_SERVICE_NAME sh -c "python manage.py test"
docker-compose exec $DJANGO_SERVICE_NAME sh -c "python manage.py test $@"

# Clean up
if [[ $CLEAN_SERVICES == true ]]; then
Expand Down

0 comments on commit d0d4e63

Please sign in to comment.