We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2abe5fa + 566e88c commit f9eab00Copy full SHA for f9eab00
1 file changed
tests/ssh_test_utils.py
@@ -96,7 +96,7 @@ def setup_ssh_container(container_name):
96
image_path = Path(__file__).parent / "ssh_test_images"
97
os.chdir(image_path)
98
99
- if platform.system() == "Linux":
+ if platform.system() != "Windows":
100
build_command = "sudo docker build -t ssh_server ."
101
run_command = (
102
f"sudo docker run -d -p {PORT}:22 "
0 commit comments