Artifact 38294e0788fe772e235790d34ae02c6ef77b51f8:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [76a411e422] at 2013-04-26 18:05:48 on branch threaded-db-calls — Partial implementation of threaded remote db calls (user: mrwellan, size: 85) [annotate] [blame] [check-ins using] [more...]
#!/bin/sh if [ $NUMBER -lt 200 ];then sleep $NUMBER else sleep 200 fi exit 0