diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-20 22:05:17 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-20 22:05:17 +0900 |
commit | f3a24e0047b19715b19882b612d98fb864aad808 (patch) | |
tree | 6e207347d356c7594327edb80c99ea8ec691e5e1 /scripts | |
parent | dfdad6bca5f575b651e23370e51d2b8e648e16e8 (diff) |
add test cases for resume with checkpoint
Now mscp supports resume (#5) and (#10)
Diffstat (limited to 'scripts')
-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 |