mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
run-config: Fix selftest tag filtering command
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
68c19d067d
commit
81b3587a90
|
@ -68,10 +68,12 @@ testmode = args.test
|
||||||
# arches due to speed
|
# arches due to speed
|
||||||
# toolchain tests only run on full builds
|
# toolchain tests only run on full builds
|
||||||
if args.build_type == "quick":
|
if args.build_type == "quick":
|
||||||
ourconfig["HELPERSTMACHTARGS"] = "-t machine"
|
ourconfig["HELPERSTMACHTARGS"] = "-a -t machine"
|
||||||
elif args.build_type == "full":
|
elif args.build_type == "full":
|
||||||
if args.target == "qemux86" or args.target == "qemux86-64":
|
if args.target == "qemux86" or args.target == "qemux86-64":
|
||||||
ourconfig["HELPERSTMACHTARGS"] = "-t machine -t toolchain-system"
|
ourconfig["HELPERSTMACHTARGS"] = "-a -t machine -t toolchain-system"
|
||||||
|
else:
|
||||||
|
ourconfig["HELPERSTMACHTARGS"] = "-a -t machine -t toolchain-user"
|
||||||
|
|
||||||
# Find out the number of steps this target has
|
# Find out the number of steps this target has
|
||||||
maxsteps = 1
|
maxsteps = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user