From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 0E76F77E83 for ; Thu, 27 Jul 2017 21:12:17 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id v6RLCDXv004831 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 27 Jul 2017 22:12:14 +0100 Message-ID: <1501189933.22282.170.camel@linuxfoundation.org> From: Richard Purdie To: Humberto Ibarra , openembedded-core@lists.openembedded.org Date: Thu, 27 Jul 2017 22:12:13 +0100 In-Reply-To: References: X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (dan.rpsys.net [192.168.3.1]); Thu, 27 Jul 2017 22:12:15 +0100 (BST) X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Subject: Re: [PATCH 1/1] multiconfig.py: added testsuite for multiconfig X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 21:12:18 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2017-07-27 at 15:18 -0500, Humberto Ibarra wrote: > Multiconfig was not being tested at all. This adds a few basic > tests for multiconfig, including globbing. > > [Yocto #11612] > > Signed-off-by: Humberto Ibarra If I run this selftest and I have some multiconfigs already in my build directory, what happens to them? Cheers, Richard