mirror of
https://github.com/curl/curl.git
synced 2026-07-25 13:47:23 +03:00
Don't show valgrind log files of other tests
This commit is contained in:
parent
824aa5f918
commit
26c1c8b2ad
1 changed files with 3 additions and 0 deletions
|
|
@ -2729,6 +2729,9 @@ sub displaylogs {
|
|||
if(($log =~ /^file\d+\.txt/) && ($log !~ /^file$testnum\.txt/)) {
|
||||
next; # skip fileNnn.txt of other tests
|
||||
}
|
||||
if(($log =~ /^valgrind\d+/) && ($log !~ /^valgrind$testnum/)) {
|
||||
next; # skip valgrindNnn of other tests
|
||||
}
|
||||
logmsg "=== Start of file $log\n";
|
||||
displaylogcontent("$LOGDIR/$log");
|
||||
logmsg "=== End of file $log\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue