[PATCH v2 01/15] KVM: selftest: Create KVM selftest runner
Sean Christopherson
seanjc at google.com
Wed Jul 9 17:20:25 PDT 2025
On Fri, Jun 06, 2025, Vipin Sharma wrote:
> + parser.add_argument("--test-files",
> + nargs="*",
> + default=[],
> + help="Test files to run. Provide the space separated test file paths")
> +
> + parser.add_argument("--test-dirs",
> + nargs="*",
> + default=[],
> + help="Run tests in the given directory and all of its sub directories. Provide the space separated paths to add multiple directories.")
Almost forgot. My vote would be to make these easier to reference, e.g.
-t/--testcases
-d/--dirs
or if folks like the --test-{files,dirs} names, just add the single char shorthand?
More information about the kvm-riscv
mailing list