We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5e4c2 commit 7e097b7Copy full SHA for 7e097b7
1 file changed
scripts/update-vm.sh
@@ -72,7 +72,7 @@ verify_vm() {
72
ansible-lint --force-color
73
74
step "run integration tests"
75
- py.test -v --color=yes --spec spec/*.py
+ py.test --color=yes --spec spec/*.py
76
}
77
78
big_step() {
0 commit comments