Re: [Qemu-devel] [PATCH 03/11] travis: use yes/no variable to enable/disable tests

2017-06-20 Thread Philippe Mathieu-Daudé
On 06/17/2017 05:06 AM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: having the command to run in the variable make scripts harder to manage. I'm not sure this adds much over the TEST_CMD not set == don't run we had before. I don't like it neither but had trouble expanding commands i

Re: [Qemu-devel] [PATCH 03/11] travis: use yes/no variable to enable/disable tests

2017-06-17 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > having the command to run in the variable make scripts harder to > manage. I'm not sure this adds much over the TEST_CMD not set == don't run we had before. > > Signed-off-by: Philippe Mathieu-Daudé > --- > > using 0/1 or no/yes is pretty much the same. > > .

[Qemu-devel] [PATCH 03/11] travis: use yes/no variable to enable/disable tests

2017-06-16 Thread Philippe Mathieu-Daudé
having the command to run in the variable make scripts harder to manage. Signed-off-by: Philippe Mathieu-Daudé --- using 0/1 or no/yes is pretty much the same. .travis.yml | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2c69fd