tests/docker: fix copying of executable in "update"
commit3218d829e36ac46bfd0f49bf02f234a1450fadcf
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 12 May 2021 10:20:22 +0000 (12 11:20 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 18 May 2021 08:35:35 +0000 (18 09:35 +0100)
tree68b6bf7462968354297aa7869c9e243396bf2824
parent367196caa07ac31443bc360145cc10fbef4fdf92
tests/docker: fix copying of executable in "update"

We have the same symlink chasing problem when doing an "update"
operation. Fix that.

Based-on: 5e33f7fead ("tests/docker: better handle symlinked libs")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210512102051.12134-3-alex.bennee@linaro.org>
tests/docker/docker.py