mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
runtests.pl: on test failure, don't show trace log files of other tests
This commit is contained in:
parent
7f472618de
commit
63e2718f8d
@ -4570,6 +4570,9 @@ sub displaylogs {
|
||||
if(($log =~ /^netrc\d+/) && ($log !~ /^netrc$testnum/)) {
|
||||
next; # skip netrcNnn of other tests
|
||||
}
|
||||
if(($log =~ /^trace\d+/) && ($log !~ /^trace$testnum/)) {
|
||||
next; # skip traceNnn of other tests
|
||||
}
|
||||
if(($log =~ /^valgrind\d+/) && ($log !~ /^valgrind$testnum(\..*|)$/)) {
|
||||
next; # skip valgrindNnn of other tests
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user