OSDN Git Service

tests: make docker.py check for persistent configs
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 15 Jan 2019 14:37:51 +0000 (14:37 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Feb 2019 17:32:35 +0000 (17:32 +0000)
commit43c898b75a3bb92b113f9a366a06cac013d055a8
tree57b8a19a997cce7d4afa032dff6432c66efadc93
parent7e81d198407580992978efb911c74107fad0b05f
tests: make docker.py check for persistent configs

binfmt_misc configured with the "F" flag opens the interpreter at
config time. This means it can use an already open file-descriptor to
run QEMU so there is no point trying to copy the binary into a
container.

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