[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 17/20] iotests: Give access to the qemu-storage-daemon
From: |
Kevin Wolf |
Subject: |
Re: [PATCH v2 17/20] iotests: Give access to the qemu-storage-daemon |
Date: |
Thu, 15 Oct 2020 13:27:12 +0200 |
Am 22.09.2020 um 12:49 hat Max Reitz geschrieben:
> Signed-off-by: Max Reitz <mreitz@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
- Re: [PATCH v2 17/20] iotests: Give access to the qemu-storage-daemon,
Kevin Wolf <=