Re: [PATCH v1 2/3] tests/docker: better handle symlinked libs

2020-01-22 Thread Philippe Mathieu-Daudé
On 1/22/20 4:58 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: On 1/22/20 2:24 PM, Wainer dos Santos Moschetta wrote: On 1/22/20 8:22 AM, 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

Re: [PATCH v1 2/3] tests/docker: better handle symlinked libs

2020-01-22 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 1/22/20 2:24 PM, Wainer dos Santos Moschetta wrote: >> On 1/22/20 8:22 AM, 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

Re: [PATCH v1 2/3] tests/docker: better handle symlinked libs

2020-01-22 Thread Philippe Mathieu-Daudé
On 1/22/20 2:24 PM, Wainer dos Santos Moschetta wrote: On 1/22/20 8:22 AM, 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 bin

Re: [PATCH v1 2/3] tests/docker: better handle symlinked libs

2020-01-22 Thread Wainer dos Santos Moschetta
On 1/22/20 8:22 AM, 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

[PATCH v1 2/3] tests/docker: better handle symlinked libs

2020-01-22 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 | 3 ++- 1