Differences From Artifact [38294e0788]:
- 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...]
To Artifact [e4e02394cd]:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [66f93ef491] at 2013-07-06 15:46:39 on branch kind-db-access — Fixed bigrun to better exercise itemmatch, fixed itemmatch (user: matt, size: 97) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 | + | #!/bin/sh if [ $NUMBER -lt 200 ];then sleep 20 sleep $NUMBER else sleep 200 fi exit 0 |