summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-in-container.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-in-container.sh b/scripts/test-in-container.sh
index c71d278..f24bfe4 100755
--- a/scripts/test-in-container.sh
+++ b/scripts/test-in-container.sh
@@ -19,4 +19,4 @@ ssh-keyscan 127.0.0.1 >> ${HOME}/.ssh/known_hosts
ssh-keyscan ::1 >> ${HOME}/.ssh/known_hosts
# Run test
-python3 -m pytest ../test -v
+python3 -m pytest -v ../test