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.9 -r1.21.2.10 --- openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 27 Aug 2024 11:27:06 -0000 1.21.2.9 +++ openacs-4/packages/acs-tcl/tcl/test/file-test-procs.tcl 27 Aug 2024 17:24:50 -0000 1.21.2.10 @@ -455,10 +455,11 @@ lappend files {*}[lmap f [apm_get_package_files \ -package_key $package_key \ -file_types {content_page include_page}] { - # Ignore non .tcl files - if {[ad_file extension $f] ne ".tcl"} continue - # Ignore docs - if { "$package_key" eq "acs-core-docs" } continue + # Ignore non .tcl files, doc, and common NaviServer modules + if {[ad_file extension $f] ne ".tcl" + || "$package_key" eq "acs-core-docs" + || [ad_file tail $f] eq "nsstats.tcl" + } continue set f $startdir/$package_key/$f }] } Fisheye: Tag 1.7.2.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-tcl/tcl/test/log-test-procs.tcl'. Fisheye: No comparison available. Pass `N' to diff?