From: Dave Jiang <dave.jiang@intel.com>
To: Yi Zhang <yi.zhang@redhat.com>, nvdimm@lists.linux.dev
Cc: alison.schofield@intel.com, linux-cxl@vger.kernel.org
Subject: Re: [ndctl PATCH] test/dm.sh: fix incorrect script name in cleanup error message
Date: Thu, 11 Sep 2025 08:44:13 -0700 [thread overview]
Message-ID: <9400cf4c-6cb4-4576-be22-56d1b7d97e1e@intel.com> (raw)
In-Reply-To: <20250911002906.806359-1-yi.zhang@redhat.com>
On 9/10/25 5:29 PM, Yi Zhang wrote:
> The cleanup() function was incorrectly referencing "test/sub-section.sh"
> instead of "test/dm.sh" in its error message.
>
> Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
> ---
> test/dm.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/dm.sh b/test/dm.sh
> index b780a65..e68d491 100755
> --- a/test/dm.sh
> +++ b/test/dm.sh
> @@ -36,7 +36,7 @@ cleanup() {
> for i in $namespaces
> do
> if ! $NDCTL destroy-namespace -f $i; then
> - echo "test/sub-section.sh: cleanup() failed to destroy $i"
> + echo "test/dm.sh: cleanup() failed to destroy $i"
> fi
> done
> exit $rc
next prev parent reply other threads:[~2025-09-11 15:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-11 0:29 [ndctl PATCH] test/dm.sh: fix incorrect script name in cleanup error message Yi Zhang
2025-09-11 15:44 ` Dave Jiang [this message]
2025-09-11 16:50 ` Alison Schofield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9400cf4c-6cb4-4576-be22-56d1b7d97e1e@intel.com \
--to=dave.jiang@intel.com \
--cc=alison.schofield@intel.com \
--cc=linux-cxl@vger.kernel.org \
--cc=nvdimm@lists.linux.dev \
--cc=yi.zhang@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox