diff options
Diffstat (limited to 'scripts/test-in-container.sh')
-rwxr-xr-x | scripts/test-in-container.sh | 2 |
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 |