Re: [PATCH v2 2/4] qemu-iotests: remove forceful execution success from library files

2019-10-11 Thread Kevin Wolf
Am 09.10.2019 um 21:47 hat Cleber Rosa geschrieben: > Should not be necessary on files that are not executed standalone. > > Reviewed-by: Eric Blake > Signed-off-by: Cleber Rosa Looks fine for common.filter and common.rc, nobody ever checks their return value. common.config is included like th

[PATCH v2 2/4] qemu-iotests: remove forceful execution success from library files

2019-10-09 Thread Cleber Rosa
Should not be necessary on files that are not executed standalone. Reviewed-by: Eric Blake Signed-off-by: Cleber Rosa --- tests/qemu-iotests/common.config | 3 --- tests/qemu-iotests/common.filter | 3 --- tests/qemu-iotests/common.rc | 3 --- 3 files changed, 9 deletions(-) diff --git a/t