Skip to content

Commit

Permalink
only select_reuseport
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkerYzu1 committed Aug 14, 2024
1 parent 136e33b commit 513a3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/vmtest/vmtest_selftests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
Expand Down

0 comments on commit 513a3cd

Please sign in to comment.