Differences From 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]
To Artifact [703dc23136]:
- Executable file build/test/publish-tests — part of check-in [626ffe0122] at 2010-10-17 17:27:49 on branch trunk — Added link to home page from build page (user: rkeene, size: 8764) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
207 208 209 210 211 212 213 | } puts $fd "<html>" puts $fd " <head>" puts $fd " <title>KitCreator Build and Test Status</title>" puts $fd " </head>" puts $fd " <body>" | | | 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | } puts $fd "<html>" puts $fd " <head>" puts $fd " <title>KitCreator Build and Test Status</title>" puts $fd " </head>" puts $fd " <body>" puts $fd " <h1><a href=\"http://kitcreator.rkeene.org/\">KitCreator</a> Build and Test Status</h1>" puts $fd " <p>The following table represents the status of the test results from the KitCreator test suite.</p>" puts $fd " <table cellpadding=\"2\" border=\"1\">" foreach key [lsort -dictionary [array names allkitinfo]] { puts $fd " <tr>" puts $fd " <th colspan=\"5\"><u>Tclkit for [pretty_print_key $key]</u></th>" puts $fd " </tr>" puts $fd " <tr>" |
︙ | ︙ |