Re: [PATCH 03/23] iotests.py: Add @base_dir to FilePaths etc.

2019-10-10 Thread Eric Blake
On 10/10/19 10:24 AM, Max Reitz wrote: Specifying this optional parameter allows creating temporary files in other directories than the test_dir; for example in sock_dir. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletion

[PATCH 03/23] iotests.py: Add @base_dir to FilePaths etc.

2019-10-10 Thread Max Reitz
Specifying this optional parameter allows creating temporary files in other directories than the test_dir; for example in sock_dir. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/qemu-iotests/iotes