Differences From Artifact [c09d55bb0e]:
- Executable file build/test/test — part of check-in [7c572fd6a8] at 2010-09-26 04:49:40 on branch trunk — Updated to support running Win32 tests under WINE (user: rkeene, size: 8748) [annotate] [blame] [check-ins using]
To Artifact [0bd3a8c3a4]:
- Executable file build/test/test — part of check-in [ebe516878a] at 2010-09-26 04:49:45 on branch trunk — Increased timeout for tests (user: rkeene, size: 8749) [annotate] [blame] [check-ins using]
︙ | |||
303 304 305 306 307 308 309 | 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 ( |
︙ |