Commit 26c1c8b2 authored by Yang Tse's avatar Yang Tse
Browse files

Don't show valgrind log files of other tests

parent 824aa5f9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";