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"`;