From e2e4d7c2b12c8ca4ce7b255edf16f842e9cc6fc6 Mon Sep 17 00:00:00 2001 From: mxmlnkn Date: Sat, 5 Oct 2024 02:26:42 +0200 Subject: [PATCH] fixup! [wip][feature] Add support for fsspec backends --- tests/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index 53c1949d..1de22c49 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -1827,7 +1827,7 @@ checkURLProtocolFTP() user='pqvFUMqbqp' password='ioweb123GUIweb' port=8021 - python3 -m pyftpdlib --user="$user" --password="$password" --port "$port" --interface 127.0.0.1 2>/dev/null & + python3 -m pyftpdlib --user="$user" --password="$password" --port "$port" --interface 127.0.0.1 & pid=$! sleep 1