From 69e3485e0d307386dd4878c5f5ac499352614de2 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 21 Jun 2023 12:39:51 -0700 Subject: [PATCH] runtests: consistently write the test check summary block The memory check character was erroneously omitted if the memory checking file was not available for some reason, making the block of characters an inconsistent length. --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index d7a6843c52..31483890f1 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1608,6 +1608,7 @@ sub singletest_check { my $cmdtype = $cmdhash{'type'} || "default"; logmsg "\n** ALERT! memory tracking with no output file?\n" if(!$cmdtype eq "perl"); + $ok .= "-"; # problem with memory checking } else { my @memdata=`$memanalyze "$logdir/$MEMDUMP"`;