From 26c1c8b2ad4ff65fdf77a0337821c4c3cfde6f30 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 25 Oct 2007 18:07:13 +0000 Subject: Don't show valgrind log files of other tests --- tests/runtests.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index 875d8baa6..b7a1b4a80 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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"; -- cgit v1.2.3