Artifact 580746490f280437b50c4206d8ca3f9c88e3831b:
- 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...]
#!/bin/sh if [ $NUMBER -lt 15 ];then sleep 2 sleep `echo 2 * $NUMBER | bc` else sleep 100 fi exit 0