From 8cdec9d69e31e5ba7569feabce30aab84f53c85e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 15 Jun 2020 07:48:30 +0200 Subject: [PATCH] tests: Grab latest upstream run-tests to fix BlockingIOError crash This can be reverted once version 222 gets packaged, which includes the fix. --- tests/run-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/run-test.sh b/tests/run-test.sh index 78bccbf..f1163d1 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -66,6 +66,10 @@ if [ -n "$test_basic" ]; then TestSOS" fi +# HACK: use fixed run-tests for BlockingIOError, until version 222 gets packaged +curl https://raw.githubusercontent.com/cockpit-project/cockpit/master/test/common/run-tests > test/common/run-tests +chmod a+x test/common/run-tests + # execute run-tests test/common/run-tests --test-dir test/verify --trace --verbose --nondestructive \ --machine localhost:22 --browser localhost:9090 $TESTS || RC=$?