mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
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.
This commit is contained in:
parent
47c04d7136
commit
69e3485e0d
@ -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"`;
|
||||
|
Loading…
Reference in New Issue
Block a user