Am 22.09.2020 um 12:49 hat Max Reitz geschrieben: > Signed-off-by: Max Reitz <mre...@redhat.com> > --- > tests/qemu-iotests/check | 11 +++++++++++ > tests/qemu-iotests/common.rc | 17 +++++++++++++++++ > 2 files changed, 28 insertions(+) > > diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check > index e14a1f354d..467a7cf1b7 100755 > --- a/tests/qemu-iotests/check > +++ b/tests/qemu-iotests/check > @@ -644,6 +644,17 @@ if [ -z $QEMU_NBD_PROG ]; then > fi > export QEMU_NBD_PROG="$(type -p "$QEMU_NBD_PROG")" > > +if [ -z "$QEMU_STGD_PROG" ]; then
No series without some bikeshedding: This is the first time I see "QEMU_STGD" as a short form. Without the subject line of the patch, I wouldn't be able to guess what it is. If the full name ($QEMU_STORAGE_DAEMON_PROG) is too long, I think simply $QSD_PROG would be an alternative, because "qsd" is what people already use an as abbreviation. Kevin