From 513a3cdb93e52f6c97bee2867636ba8a4a9e8656 Mon Sep 17 00:00:00 2001 From: Kui-Feng Lee Date: Wed, 14 Aug 2024 14:58:44 -0700 Subject: [PATCH] only select_reuseport --- ci/vmtest/vmtest_selftests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/vmtest/vmtest_selftests.sh b/ci/vmtest/vmtest_selftests.sh index 81000da..d2f09ad 100755 --- a/ci/vmtest/vmtest_selftests.sh +++ b/ci/vmtest/vmtest_selftests.sh @@ -93,7 +93,7 @@ test_progs_helper() { # "&& true" does not change the return code (it is not executed # if the Python script fails), but it prevents exiting on a # failure due to the "set -e". - ./${selftest} ${args} ${DENYLIST:+-d"$DENYLIST"} ${ALLOWLIST:+-a"$ALLOWLIST"} ${TMONLIST:+-m"$TMONLIST"} -v --json-summary "${json_file}" && true + ./${selftest} ${args} -a select_reuseport ${TMONLIST:+-m"$TMONLIST"} -v --json-summary "${json_file}" && true echo "${selftest}:$?" >>"${STATUS_FILE}" foldable end ${selftest} }