As specified in the comment blocks at the tops of the unittests.cfg files, multiple groups assigned to 'groups' should be space separated. Currently any nonword character works for the deliminator, but the implementation may change. Stick to the specs. Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> --- README.md | 2 +- arm/unittests.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b498aafd1a77..6e6a9d0429bc 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ host. kvm-unit-tests provides two ways to handle tests like those. a) independently, `ARCH-run ARCH/test` b) by specifying any other non-nodefault group it is in, - groups = nodefault,mygroup : `./run_tests.sh -g mygroup` + groups = nodefault mygroup : `./run_tests.sh -g mygroup` c) by specifying all tests should be run, `./run_tests.sh -a` diff --git a/arm/unittests.cfg b/arm/unittests.cfg index f776b66ef96d..945c2d074719 100644 --- a/arm/unittests.cfg +++ b/arm/unittests.cfg @@ -232,7 +232,7 @@ arch = arm64 [micro-bench] file = micro-bench.flat smp = 2 -groups = nodefault,micro-bench +groups = nodefault micro-bench accel = kvm arch = arm64 -- 2.31.1