Re: [Qemu-devel] [PATCH 5/9] docker: Flatten default target list in test-quick

2016-09-21 Thread Daniel P. Berrange
On Wed, Sep 21, 2016 at 11:49:24AM +0800, Fam Zheng wrote: > Previously it is expanded to a whitespace separated list which is not > the most appropriate format. Since it's only two items, flatten it. > > Signed-off-by: Fam Zheng > --- > tests/docker/test-quick | 2 +- > 1 file changed, 1 insert

[Qemu-devel] [PATCH 5/9] docker: Flatten default target list in test-quick

2016-09-20 Thread Fam Zheng
Previously it is expanded to a whitespace separated list which is not the most appropriate format. Since it's only two items, flatten it. Signed-off-by: Fam Zheng --- tests/docker/test-quick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/test-quick b/tests/docke