Commit 63e2718f authored by Yang Tse's avatar Yang Tse
Browse files

runtests.pl: on test failure, don't show trace log files of other tests

parent 7f472618
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
        }