Skip to content

Commit f9eab00

Browse files
committed
Merge branch 'test_ssh_with_image' of github.com:neuroinformatics-unit/datashuttle into test_ssh_with_image
2 parents 2abe5fa + 566e88c commit f9eab00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ssh_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def setup_ssh_container(container_name):
9696
image_path = Path(__file__).parent / "ssh_test_images"
9797
os.chdir(image_path)
9898

99-
if platform.system() == "Linux":
99+
if platform.system() != "Windows":
100100
build_command = "sudo docker build -t ssh_server ."
101101
run_command = (
102102
f"sudo docker run -d -p {PORT}:22 "

0 commit comments

Comments
 (0)