On Thu, Sep 22, 2022 at 4:03 PM Marc-André Lureau <marcandre.lur...@gmail.com> wrote: > > Hi > > On Tue, Sep 20, 2022 at 1:50 PM Bin Meng <bmeng...@gmail.com> wrote: >> >> From: Bin Meng <bin.m...@windriver.com> >> >> These test cases uses "blkdebug:path/to/config:path/to/image" for >> testing. On Windows, absolute file paths contain the delimiter ':' >> which causes the blkdebug filename parser fail to parse filenames. >> >> Signed-off-by: Bin Meng <bin.m...@windriver.com> > > > I don't have a much better solution to propose at this point (to actually use > a temp directory), so: > Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com>
I assume we can switch to using the node-based specifications instead of -file=blkdebug:%s and just spell out the tree more meticulously, either on the CLI or by switching to using QMP for the test. These tests were written a long time ago. --js