Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-06-06 Thread Philippe Mathieu-Daudé
On 06/06/2018 05:23 PM, Cleber Rosa wrote: > On 06/06/2018 04:11 PM, Eduardo Habkost wrote: >> On Wed, Jun 06, 2018 at 04:36:16PM -0300, Philippe Mathieu-Daudé wrote: >>> On 06/06/2018 04:24 PM, Eduardo Habkost wrote: On Tue, Jun 05, 2018 at 11:45:03AM -0300, Philippe Mathieu-Daudé wrote:

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-06-06 Thread Cleber Rosa
On 06/06/2018 04:11 PM, Eduardo Habkost wrote: > On Wed, Jun 06, 2018 at 04:36:16PM -0300, Philippe Mathieu-Daudé wrote: >> On 06/06/2018 04:24 PM, Eduardo Habkost wrote: >>> On Tue, Jun 05, 2018 at 11:45:03AM -0300, Philippe Mathieu-Daudé wrote: >>> [... something about config files ...] >

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-06-06 Thread Eduardo Habkost
On Wed, Jun 06, 2018 at 04:36:16PM -0300, Philippe Mathieu-Daudé wrote: > On 06/06/2018 04:24 PM, Eduardo Habkost wrote: > > On Tue, Jun 05, 2018 at 11:45:03AM -0300, Philippe Mathieu-Daudé wrote: > > [... something about config files ...] > >>> And after that, the following would run all "console"

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-06-06 Thread Philippe Mathieu-Daudé
On 06/06/2018 04:24 PM, Eduardo Habkost wrote: > On Tue, Jun 05, 2018 at 11:45:03AM -0300, Philippe Mathieu-Daudé wrote: > [... something about config files ...] >>> And after that, the following would run all "console" tests: >>> >>> avocado run -t console >>> >>> How does this sound? >> >> For

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-06-06 Thread Eduardo Habkost
On Tue, Jun 05, 2018 at 11:45:03AM -0300, Philippe Mathieu-Daudé wrote: [... something about config files ...] > > And after that, the following would run all "console" tests: > > > > avocado run -t console > > > > How does this sound? > > For my use cases this doesn't worry me, I'll let Eduar

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-06-05 Thread Philippe Mathieu-Daudé
On 05/30/2018 10:06 PM, Cleber Rosa wrote: > On 05/30/2018 04:03 PM, Philippe Mathieu-Daudé wrote: >> In order to allow out-of-tree acceptance tests with Avocado, >> create a symlink in the build tree. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> Based-on: 20180530184156.15634-1-cr...@red

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-05-30 Thread Cleber Rosa
On 05/30/2018 04:03 PM, Philippe Mathieu-Daudé wrote: > In order to allow out-of-tree acceptance tests with Avocado, > create a symlink in the build tree. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Based-on: 20180530184156.15634-1-cr...@redhat.com > http://lists.nongnu.org/archive/html/

Re: [Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-05-30 Thread Eduardo Habkost
On Wed, May 30, 2018 at 05:03:34PM -0300, Philippe Mathieu-Daudé wrote: > In order to allow out-of-tree acceptance tests with Avocado, > create a symlink in the build tree. > "In other to allow" seems to imply that running acceptance tests on an out-of-tree build is impossible without this patch,

[Qemu-devel] [RFC PATCH] configure: Enable out-of-tree acceptance tests

2018-05-30 Thread Philippe Mathieu-Daudé
In order to allow out-of-tree acceptance tests with Avocado, create a symlink in the build tree. Signed-off-by: Philippe Mathieu-Daudé --- Based-on: 20180530184156.15634-1-cr...@redhat.com http://lists.nongnu.org/archive/html/qemu-devel/2018-05/msg06877.html Before: build_dir$ avocado run /f