Artifact 45d51b92e4b3b1c161ee5d71d99d82159a492428:
- 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...]
#!/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