Artifact e700391a612a100db016c6f9a7e7498f29bdd6a3:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [012982e117] at 2014-09-03 08:32:26 on branch v1.60 — Tweaked settings in fdktest tests. Added verbose output on server start fail. (user: mrwellan, size: 165) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash if [ $NUMBER -lt 10 ];then sleep 20 sleep `echo 4 * $NUMBER | bc` else sleep 130 fi if [[ $RANDOM -lt 10000 ]];then exit 1 else exit 0 fi