diff --git a/tests/run-test.sh b/tests/run-test.sh index d2e8e13..6afda95 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -89,10 +89,6 @@ if [ -n "$test_basic" ]; then TestSOS" fi -# HACK: use fixed run-tests for BlockingIOError and --exclude, 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 - exclude_options="" for t in $EXCLUDES; do exclude_options="$exclude_options --exclude $t"