Overview
Comment: | Updated to cleanup logs that are empty |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 44fdeb3c7ef75160bdfd18351f03e50c12b0ffca |
User & Date: | rkeene on 2010-09-26 04:46:44 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:46 | Updated to clean up all log files from succesful tests check-in: 7720fda215 user: rkeene tags: trunk | |
04:46 | Updated to cleanup logs that are empty check-in: 44fdeb3c7e user: rkeene tags: trunk | |
04:46 |
Added StaticTk builds
Updated to move failed builds into failed directory check-in: fdb515dc70 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [541777ce91] to [4ad4341f53].
237 237 if [ "$?" != "0" ]; then 238 238 echo "Script failed: ${testscp_tag} on ${version}/${kit}" >&2 239 239 240 240 failed="${failed} ${version}/${kit}-test-${testscp_tag}" 241 241 242 242 continue 243 243 fi 244 + 245 + if [ ! -s "${scplogfile}" ]; then 246 + rm -f "${scplogfile}" 247 + fi 244 248 done 245 249 done 246 250 done 247 251 248 252 if [ -n "${failed}" ]; then 249 253 echo "Failed: ${failed}" 250 254 fi