mirror of
https://github.com/containerd/containerd.git
synced 2026-06-24 08:48:48 +00:00
allow to pass multiple extra arguments to critest
Signed-off-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
This commit is contained in:
@@ -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:-}
|
||||
|
||||
Reference in New Issue
Block a user