Re: [PATCH v1 02/13] tests/docker: better handle symlinked libs

2020-01-27 Thread Philippe Mathieu-Daudé
On 1/24/20 9:40 PM, Alex Bennée wrote: When we are copying we want to ensure we grab the first resolution (the found in path section). However even that binary might be a symlink so lets make sure we chase the symlinks to copy the right binary to where it can be found. Signed-off-by: Alex Bennée

[PATCH v1 02/13] tests/docker: better handle symlinked libs

2020-01-24 Thread Alex Bennée
When we are copying we want to ensure we grab the first resolution (the found in path section). However even that binary might be a symlink so lets make sure we chase the symlinks to copy the right binary to where it can be found. Signed-off-by: Alex Bennée --- tests/docker/docker.py | 5 +++--