Skip to content

Commit

Permalink
run pytest with -vv
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Nov 18, 2024
1 parent 20485c3 commit 2a7b38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

vagrant ssh-config > .vagrant/ssh-config
py.test --hosts=quadlet --sudo --ssh-config=.vagrant/ssh-config tests/*_test.py
py.test -vv --hosts=quadlet --sudo --ssh-config=.vagrant/ssh-config tests/*_test.py

0 comments on commit 2a7b38f

Please sign in to comment.