2016-08-19 11:10+1000, Suraj Jitindar Singh: > diff --git a/powerpc/unittests.cfg b/powerpc/unittests.cfg > @@ -53,3 +53,9 @@ groups = rtas > +[h_cede_tm] > +file = tm.elf > +smp = 2,threads=2 > +extra_params = -append "h_cede_tm" > +groups = nodefault,h_cede_tm We have a bug in scripts/mkstandalone.sh that doesn't allow a space as a separator for groups: we overwrite args[3], but a space in groups shifts the position of the args[] we want to overwrite. It causes no problems now, so I've added it to my after-vacation queue. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html