Re: [Qemu-devel] [PATCH 1/6] tests/docker: fix make-archive-maybe

2016-06-06 Thread Fam Zheng
On Mon, 06/06 16:46, Paolo Bonzini wrote: > make-archive-maybe expects an archive path relative > to $1, but receives a path relative to the current directory. Redirect > the output outside the subshell to bypass the "cd $1". > > Signed-off-by: Paolo Bonzini > --- > tests/docker/Makefile.includ

[Qemu-devel] [PATCH 1/6] tests/docker: fix make-archive-maybe

2016-06-06 Thread Paolo Bonzini
make-archive-maybe expects an archive path relative to $1, but receives a path relative to the current directory. Redirect the output outside the subshell to bypass the "cd $1". Signed-off-by: Paolo Bonzini --- tests/docker/Makefile.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletio