Overview
| Comment: | Increased timeout for tests |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ebe516878ae7c3ee9f22365d96a0e055 |
| User & Date: | rkeene on 2010-09-26 04:49:45 |
| Other Links: | manifest | tags |
Context
|
2010-09-26
| ||
| 04:49 | Made initialization error more verbose check-in: 4e71ffc33c user: rkeene tags: trunk | |
| 04:49 | Increased timeout for tests check-in: ebe516878a user: rkeene tags: trunk | |
| 04:49 | Updated to support running Win32 tests under WINE check-in: 7c572fd6a8 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [c09d55bb0e] to [0bd3a8c3a4].
| ︙ | ︙ | |||
303 304 305 306 307 308 309 |
scplogfile="${outputname}-${testscp_tag}.log"
# If a command is required to start the kit, prepare to kill it
# in case of timeout.
kitrunkillpid=""
if [ -n "${kitruncmd}" ]; then
(
| | | 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
scplogfile="${outputname}-${testscp_tag}.log"
# If a command is required to start the kit, prepare to kill it
# in case of timeout.
kitrunkillpid=""
if [ -n "${kitruncmd}" ]; then
(
sleep 120
killall "$(basename "${outputname}")" >/dev/null 2>/dev/null
) >/dev/null 2>/dev/null &
kitrunkillpid="$!"
fi
(
if [ -f "${testscppre}" ]; then
|
| ︙ | ︙ |