From baba72c1b55113f9e9722b1aaf638eafad08f63e Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Thu, 30 Jun 2022 21:31:19 -0700 Subject: [PATCH] print what is tested --- tests/os_release.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/os_release.pm b/tests/os_release.pm index e05de6c7..804720e0 100644 --- a/tests/os_release.pm +++ b/tests/os_release.pm @@ -79,7 +79,7 @@ sub run { # Test for Rocky Support Product $strip = strip_marks($content{'ROCKY_SUPPORT_PRODUCT'}); - rec_log "ROCKY_SUPPORT_PRODUCT should be $name and is $strip", $strip eq $fullname, $failref; + rec_log "ROCKY_SUPPORT_PRODUCT should be $fullname and is $strip", $strip eq $fullname, $failref; # Test for Rocky Support Product Version $strip = strip_marks($content{ROCKY_SUPPORT_PRODUCT_VERSION});