tests: make docker.py update use configured binfmt path
commit7e81d198407580992978efb911c74107fad0b05f
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 15 Jan 2019 14:28:39 +0000 (15 14:28 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Feb 2019 17:32:35 +0000 (8 17:32 +0000)
tree2def2bed394b6c89a33afe568882af3e7a047eb7
parentd6db2a1cdf6c173304c32be3dfc18e0c8985d9af
tests: make docker.py update use configured binfmt path

When copying a QEMU binary into a linux-user docker image we should
check what the current configured binfmt_misc path is rather than
just assuming "/usr/bin/qemu-bin". Obviously if the user changes the
configuration afterwards they will break their images again.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/docker.py