Re: [Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests

2016-02-29 Thread Alex Bennée
Alex Bennée writes: > Fam Zheng writes: > >> On Tue, 02/16 20:39, Fam Zheng wrote: >>> v2: - Fix a few coding style warnings of shellcheck and pylint. >>> [Marc-André Lureau] >>> - Rename make targets: >>> docker-run => docker-test >>> docker-build => docker-image >>>

Re: [Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests

2016-02-29 Thread Alex Bennée
Fam Zheng writes: > On Tue, 02/16 20:39, Fam Zheng wrote: >> v2: - Fix a few coding style warnings of shellcheck and pylint. >> [Marc-André Lureau] >> - Rename make targets: >> docker-run => docker-test >> docker-build => docker-image >> docker-run-$TEST.sh@$IMAGE =>

Re: [Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests

2016-02-23 Thread Fam Zheng
On Tue, 02/16 20:39, Fam Zheng wrote: > v2: - Fix a few coding style warnings of shellcheck and pylint. > [Marc-André Lureau] > - Rename make targets: > docker-run => docker-test > docker-build => docker-image > docker-run-$TEST.sh@$IMAGE => docker-$TEST@$IMAGE > - I

[Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests

2016-02-16 Thread Fam Zheng
v2: - Fix a few coding style warnings of shellcheck and pylint. [Marc-André Lureau] - Rename make targets: docker-run => docker-test docker-build => docker-image docker-run-$TEST.sh@$IMAGE => docker-$TEST@$IMAGE - In help, document the magic makefile vars which are