mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The '--test-filter' and '--test-exclude' arguments only accepted a single keyword, even though the underlying selection logic already matches against a list. Add a comma value delimiter to both so multiple keywords can be passed in one invocation. Signed-off-by: Bo Chen <bchen@crusoe.ai>