Differences From Artifact [137a0321be]:
- Executable file build/test/publish-tests — part of check-in [f8d3a24687] at 2010-09-26 04:47:25 on branch trunk — Updated to list failed builds in published reports (user: rkeene, size: 7169) [annotate] [blame] [check-ins using]
To Artifact [ccd0830569]:
- Executable file build/test/publish-tests — part of check-in [498cc90308] at 2010-09-26 04:47:29 on branch trunk — Updated to fix display problem with file sizes (user: rkeene, size: 7184) [annotate] [blame] [check-ins using]
︙ | |||
88 89 90 91 92 93 94 | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | - + | return [join $desc {, }] } proc pretty_print_size {size} { foreach unit [list "" K M G T P] { if {$size < 1024} { |
︙ |