On Sun, 2010-02-07 at 12:59 -0500, Michael Goldish wrote: > ----- "Lucas Meneghel Rodrigues" <lmr@xxxxxxxxxx> wrote: > > > The way tests are currently defined, running unattended > > install + hugepages will allways skip unattended install > > setup step (coincidentally the tests on our test farm > > were working because previous executions of the unattended > > install script ran, leaving the environment prepared for > > unattended install). > > > > So, make sure pre_commands on default tests.cfg file are > > additive, and the preprocessor splits the pre_command > > string, and executes pre/post commands in sequence. > > > > Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> > > Why not just append ';' to each command? > > For example: > > pre_command = "scripts/unattended.py;" > ... > pre_command += " scripts/hugepage.py;" > > (the quotes can be omitted) > > IMO this is simpler. Yes, agreed. Will revert the patch and fix this. -- 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