mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
In case of test failure, try not to show log files of other tests
This commit is contained in:
parent
670273968c
commit
9583b51d80
1 changed files with 3 additions and 0 deletions
|
|
@ -2542,6 +2542,9 @@ sub displaylogs {
|
|||
if(($log =~ /^test\d+\.txt/) && ($log !~ /^test$testnum\.txt/)) {
|
||||
next; # skip testNnn.txt of other tests
|
||||
}
|
||||
if(($log =~ /^file\d+\.txt/) && ($log !~ /^file$testnum\.txt/)) {
|
||||
next; # skip fileNnn.txt 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