Skip to content

Commit

Permalink
Add missing verbose flag to docker integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 14, 2020
1 parent c793dc0 commit 465668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/int/test_int_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_int_docker_apt_and_npm_on_ubuntu(helpers):
def test_int_docker_git_gem_and_pip_on_mult(helpers):
helpers.run(
(
'pyinfra '
'pyinfra -v '
'@docker/ubuntu:18.04,@docker/centos:8,@docker/alpine:3.11 '
'git.py gem.py pip.py'
),
Expand Down

0 comments on commit 465668c

Please sign in to comment.