Differences From Artifact [6824fb8fe5]:
- Executable file build/test/publish-tests — part of check-in [35e596ec3e] at 2010-10-03 21:03:17 on branch trunk — Added KitDLL to test suite (user: rkeene, size: 8691) [annotate] [blame] [check-ins using]
To Artifact [0fb29ccacd]:
- Executable file
build/test/publish-tests
— part of check-in
[9374941c5a]
at
2010-10-04 04:23:39
on branch trunk
— Fixed some KitDLL tests to correctly build
Added more KitDLL test cases
Fixed issue with test publisher not dealing with the new files in the kits directory (user: rkeene, size: 8718) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
135 136 137 138 139 140 141 | set shortfile $file set file [file join $WEBDIR $file] if {[file isdirectory $file]} { continue } switch -glob -- $file { | | | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | set shortfile $file set file [file join $WEBDIR $file] if {[file isdirectory $file]} { continue } switch -glob -- $file { "*.log" - "*.ttml" - "*.html" - "*.desc" - "*-origname" - "*-tclsh" { continue } } # Derive what we can from the filename set buildfile "${shortfile}-build.log" |
︙ | ︙ |