Skip to content

Commit

Permalink
samwip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 22, 2024
1 parent 523bfb7 commit 8bdd3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ flake8:
docker-compose run --rm web flake8 $(file)

bdd:
docker-compose exec web -t python manage.py behave $(feature) --settings=config.settings.bdd --no-capture --no-color
docker-compose exec web -T python manage.py behave $(feature) --settings=config.settings.bdd --no-capture --no-color

elevate:
docker-compose run --rm web python manage.py elevate_sso_user_permissions
Expand Down

0 comments on commit 8bdd3e3

Please sign in to comment.