Differences From Artifact [580746490f]:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [0a5795ad96] at 2013-07-30 09:21:26 on branch itemwait-fix — Fix for itemwait (user: mrwellan, size: 111) [annotate] [blame] [check-ins using] [more...]
To Artifact [45d51b92e4]:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [f74dc31454] at 2014-04-10 01:02:50 on branch v1.55 — Proper handling of itemwait when there are prior fails (user: matt, size: 164) [annotate] [blame] [check-ins using] [more...]
|
| | | | | > > > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/bin/bash if [ $NUMBER -lt 10 ];then sleep 2 sleep `echo 4 * $NUMBER | bc` else sleep 130 fi if [[ $RANDOM -lt 10000 ]];then exit 1 else exit 0 fi |