Differences From Artifact [541777ce91]:
- Executable file
build/test/test
— part of check-in
[fdb515dc70]
at
2010-09-26 04:46:40
on branch trunk
— Added StaticTk builds
Updated to move failed builds into failed directory (user: rkeene, size: 5667) [annotate] [blame] [check-ins using]
To Artifact [4ad4341f53]:
- Executable file build/test/test — part of check-in [44fdeb3c7e] at 2010-09-26 04:46:44 on branch trunk — Updated to cleanup logs that are empty (user: rkeene, size: 5737) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
237 238 239 240 241 242 243 244 245 246 247 248 249 250 | if [ "$?" != "0" ]; then echo "Script failed: ${testscp_tag} on ${version}/${kit}" >&2 failed="${failed} ${version}/${kit}-test-${testscp_tag}" continue fi done done done if [ -n "${failed}" ]; then echo "Failed: ${failed}" fi | > > > > | 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | if [ "$?" != "0" ]; then echo "Script failed: ${testscp_tag} on ${version}/${kit}" >&2 failed="${failed} ${version}/${kit}-test-${testscp_tag}" continue fi if [ ! -s "${scplogfile}" ]; then rm -f "${scplogfile}" fi done done done if [ -n "${failed}" ]; then echo "Failed: ${failed}" fi |