Re: [PATCH v3 05/16] iotests/297: modify is_python_file to work from any CWD

2021-09-17 Thread Hanna Reitz
On 16.09.21 06:09, John Snow wrote: Add a directory argument to is_python_file to allow it to work correctly no matter what CWD we happen to run it from. This is done in anticipation of running the iotests from another directory (./python/). “the iotests” or just 297?  All of the iotests would

[PATCH v3 05/16] iotests/297: modify is_python_file to work from any CWD

2021-09-15 Thread John Snow
Add a directory argument to is_python_file to allow it to work correctly no matter what CWD we happen to run it from. This is done in anticipation of running the iotests from another directory (./python/). Signed-off-by: John Snow --- tests/qemu-iotests/297 | 8 +--- 1 file changed, 5 insert