Re: [Qemu-devel] [PATCH] podman: fix command invocation

2019-09-23 Thread Cleber Rosa
On Fri, Sep 13, 2019 at 03:38:21PM -0400, John Snow wrote: > Oops; there's no argv here. > > Signed-off-by: John Snow > --- > tests/docker/docker.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/docker/docker.py b/tests/docker/docker.py > index 29613afd48..bc7a4

Re: [Qemu-devel] [PATCH] podman: fix command invocation

2019-09-13 Thread Alex Bennée
John Snow writes: > Oops; there's no argv here. Oops indeed. Queued to testing/next, thanks. > > Signed-off-by: John Snow > --- > tests/docker/docker.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/docker/docker.py b/tests/docker/docker.py > index 29613afd4

[Qemu-devel] [PATCH] podman: fix command invocation

2019-09-13 Thread John Snow
Oops; there's no argv here. Signed-off-by: John Snow --- tests/docker/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/docker.py b/tests/docker/docker.py index 29613afd48..bc7a470ca2 100755 --- a/tests/docker/docker.py +++ b/tests/docker/docker.py @@ -33