print what is tested

This commit is contained in:
Trevor Cooper 2022-06-30 21:31:19 -07:00
parent e0f8ad4a42
commit baba72c1b5
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 1 additions and 1 deletions

View File

@ -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});