From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTC4q-0003mY-UW for qemu-devel@nongnu.org; Wed, 13 Jun 2018 16:09:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTC4m-0002HW-6K for qemu-devel@nongnu.org; Wed, 13 Jun 2018 16:09:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44406) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTC4l-0002HB-Vx for qemu-devel@nongnu.org; Wed, 13 Jun 2018 16:09:04 -0400 Date: Wed, 13 Jun 2018 17:08:58 -0300 From: Eduardo Habkost Message-ID: <20180613200858.GM7451@localhost.localdomain> References: <20180612173437.14462-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180612173437.14462-1-f4bug@amsat.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] configure: Enable out-of-tree acceptance tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Fam Zheng , Amador Pahim , Cleber Rosa , qemu-devel@nongnu.org On Tue, Jun 12, 2018 at 02:34:37PM -0300, Philippe Mathieu-Daud=E9 wrote: > Currently to run Avocado acceptance tests in an out-of-tree > build directory, we need to use the full path to the test: >=20 > build_dir$ avocado run /full/path/to/sources/qemu/tests/acceptance/bo= ot_linux_console.py >=20 > This patch adds a symlink in the build tree to simplify the > tests invocation, allowing the same command than in in-tree builds: >=20 > build_dir$ avocado run tests/acceptance/boot_linux_console.py >=20 > Signed-off-by: Philippe Mathieu-Daud=E9 Queued on python-next, thanks! --=20 Eduardo