Index: openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl,v diff -u -r1.21.2.8 -r1.21.2.9 --- openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 27 Feb 2021 20:21:45 -0000 1.21.2.8 +++ openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 27 Aug 2024 11:27:06 -0000 1.21.2.9 @@ -404,7 +404,13 @@ if { $whitespace_count == 0 } { incr good } else { - aa_log_result fail "$file: trailing whitespace in lines: $line_numbers" + aa_silence_log_entries -severities notice { + # + # On large installations, these might be too many, + # .. we have these lines in the regression log anyway. + # + aa_log_result fail "$file: trailing whitespace in lines: $line_numbers" + } } } aa_log "$good of $count tcl files checked have no trailing whitespace"