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 <[email protected]>

Reviewed-by: Dave Jiang <[email protected]>
> ---
>  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


Reply via email to