Re: [PATCH v6 08/10] iotests: Filter testfiles out in filter_img_info()

2020-04-23 Thread Vladimir Sementsov-Ogievskiy
23.04.2020 18:01, Kevin Wolf wrote: We want to keep TEST_IMG for the full path of the main test image, but filter_testfiles() must be called for other test images before replacing other things like the image format because the test directory path could contain the format as a substring. Insert a

[PATCH v6 08/10] iotests: Filter testfiles out in filter_img_info()

2020-04-23 Thread Kevin Wolf
We want to keep TEST_IMG for the full path of the main test image, but filter_testfiles() must be called for other test images before replacing other things like the image format because the test directory path could contain the format as a substring. Insert a filter_testfiles() call between both.