From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm-unit-tests - unittests.cfg: Make extra_params specification uniform Date: Wed, 16 May 2012 18:23:07 -0300 Message-ID: <20120516212307.GB25397@amt.cnet> References: <1337016057-9510-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Lucas Meneghel Rodrigues Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3969 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932193Ab2EPV4o (ORCPT ); Wed, 16 May 2012 17:56:44 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4GLuiOu028288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 May 2012 17:56:44 -0400 Content-Disposition: inline In-Reply-To: <1337016057-9510-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 14, 2012 at 02:20:57PM -0300, Lucas Meneghel Rodrigues wrote: > Currently, extra_params is using ":" rather than "=" > on unittests.cfg. Let's fix this and make all configuration > assignments uniform on that file. > > Signed-off-by: Lucas Meneghel Rodrigues > --- > x86/unittests.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.