Re: [Qemu-devel] [PATCH 3/4] tests/docker: Add test-acceptance runner

2020-02-24 Thread Philippe Mathieu-Daudé
On 12/3/19 2:41 PM, Alex Bennée wrote: Cleber Rosa writes: On Mon, Aug 19, 2019 at 01:18:26AM +0200, Philippe Mathieu-Daudé wrote: Add a runner script to be able to run acceptance tests within Docker images. We can now reproduce Travis CI builds locally (and debug them!). Signed-off-by: Phil

Re: [Qemu-devel] [PATCH 3/4] tests/docker: Add test-acceptance runner

2019-12-03 Thread Alex Bennée
Cleber Rosa writes: > On Mon, Aug 19, 2019 at 01:18:26AM +0200, Philippe Mathieu-Daudé wrote: >> Add a runner script to be able to run acceptance tests within >> Docker images. We can now reproduce Travis CI builds locally (and >> debug them!). >> >> Signed-off-by: Philippe Mathieu-Daudé >>

Re: [Qemu-devel] [PATCH 3/4] tests/docker: Add test-acceptance runner

2019-08-20 Thread Cleber Rosa
On Mon, Aug 19, 2019 at 01:18:26AM +0200, Philippe Mathieu-Daudé wrote: > Add a runner script to be able to run acceptance tests within > Docker images. We can now reproduce Travis CI builds locally (and > debug them!). > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/docker/test-accepta

[Qemu-devel] [PATCH 3/4] tests/docker: Add test-acceptance runner

2019-08-18 Thread Philippe Mathieu-Daudé
Add a runner script to be able to run acceptance tests within Docker images. We can now reproduce Travis CI builds locally (and debug them!). Signed-off-by: Philippe Mathieu-Daudé --- tests/docker/test-acceptance | 21 + 1 file changed, 21 insertions(+) create mode 100755 t