Re: [Qemu-devel] [PATCH] iotests: Clean up after 192

2019-05-08 Thread Max Reitz
On 08.05.19 15:00, Thomas Huth wrote: > On 08/05/2019 14.55, Max Reitz wrote: >> This patch makes 192 clean up the qemu command FIFOs, the qemu PID file, >> and the NBD socket file. >> >> Reported by: Thomas Huth >> Signed-off-by: Max Reitz >> --- >> tests/qemu-iotests/192 | 4 +++- >> 1 file ch

Re: [Qemu-devel] [PATCH] iotests: Clean up after 192

2019-05-08 Thread Thomas Huth
On 08/05/2019 14.55, Max Reitz wrote: > This patch makes 192 clean up the qemu command FIFOs, the qemu PID file, > and the NBD socket file. > > Reported by: Thomas Huth > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/192 | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff

[Qemu-devel] [PATCH] iotests: Clean up after 192

2019-05-08 Thread Max Reitz
This patch makes 192 clean up the qemu command FIFOs, the qemu PID file, and the NBD socket file. Reported by: Thomas Huth Signed-off-by: Max Reitz --- tests/qemu-iotests/192 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/192 b/tests/qemu-iotests/192 i