From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [PATCH] KVM test: Add the missing blank for the extra params of balloon check Date: Tue, 27 Apr 2010 10:25:59 -0300 Message-ID: <1272374759.3898.0.camel@localhost.localdomain> References: <20100427071837.2127.95443.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Jason Wang Return-path: In-Reply-To: <20100427071837.2127.95443.stgit@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org On Tue, 2010-04-27 at 15:18 +0800, Jason Wang wrote: > Add the missing blank for the extra params of balloon check in order > to get the correct qemu-kvm command line. Ooops, my fault. Applied, thanks for fixing this! > Signed-off-by: Jason Wang > --- > client/tests/kvm/tests_base.cfg.sample | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample > index 9f82ffb..f1104ed 100644 > --- a/client/tests/kvm/tests_base.cfg.sample > +++ b/client/tests/kvm/tests_base.cfg.sample > @@ -183,7 +183,7 @@ variants: > > - balloon_check: install setup unattended_install > type = balloon_check > - extra_params += "-balloon virtio" > + extra_params += " -balloon virtio" > iterations = 5 > > - stress_boot: install setup unattended_install >