From f3a24e0047b19715b19882b612d98fb864aad808 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Tue, 20 Feb 2024 22:05:17 +0900 Subject: add test cases for resume with checkpoint Now mscp supports resume (#5) and (#10) --- scripts/test-in-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3