allow to pass multiple extra arguments to critest

Signed-off-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
This commit is contained in:
Sergey Kanzhelev
2026-03-24 16:30:17 +00:00
parent e8bf940080
commit 7ea6bb604b

View File

@@ -131,4 +131,4 @@ do
crictl --runtime-endpoint ${BDIR}/c.sock info && break || sleep 1
done
critest --report-dir "$report_dir" --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8 "${GINKGO_SKIP_TEST[@]}" "${GINKGO_FOCUS_TEST[@]}" "${EXTRA_CRITEST_OPTIONS:-""}"
critest --report-dir "$report_dir" --runtime-endpoint=unix:///${BDIR}/c.sock --parallel=8 "${GINKGO_SKIP_TEST[@]}" "${GINKGO_FOCUS_TEST[@]}" ${EXTRA_CRITEST_OPTIONS:-}