tests/docker: fix make-archive-maybe
commit34c98c54c3c8b9e988feaa15062e40b0b11b72eb
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jun 2016 14:46:52 +0000 (6 16:46 +0200)
committerFam Zheng <famz@redhat.com>
Wed, 8 Jun 2016 07:19:30 +0000 (8 15:19 +0800)
treeedd7d0e15ff2e2e274c76e291f41063de18869c4
parent6ed5546fa7bf12c5b87ef76bafb86e1d77ed6e85
tests/docker: fix make-archive-maybe

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 <pbonzini@redhat.com>
Message-id: 1465224417-141321-2-git-send-email-pbonzini@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/Makefile.include