Re: [PATCH] device-crash-test: Check if path is actually an executable file

2020-10-26 Thread Philippe Mathieu-Daudé
On 10/26/20 1:52 PM, Eduardo Habkost wrote: After the transition to Meson, the build directory now have subdirectories named "qemu-system-*.p", and device-crash-test will try to execute them as if they were binaries. This results in errors like: PermissionError: [Errno 13] Permission denied:

Re: [PATCH] device-crash-test: Check if path is actually an executable file

2020-10-26 Thread Thomas Huth
On 26/10/2020 13.52, Eduardo Habkost wrote: > After the transition to Meson, the build directory now have > subdirectories named "qemu-system-*.p", and device-crash-test > will try to execute them as if they were binaries. This results > in errors like: > > PermissionError: [Errno 13] Permissio

[PATCH] device-crash-test: Check if path is actually an executable file

2020-10-26 Thread Eduardo Habkost
After the transition to Meson, the build directory now have subdirectories named "qemu-system-*.p", and device-crash-test will try to execute them as if they were binaries. This results in errors like: PermissionError: [Errno 13] Permission denied: './qemu-system-or1k.p' When generating the de