Differences From Artifact [8c4fcc7255]:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [ef113f8fda] at 2013-04-16 22:34:35 on branch development — Cut back growth rate on the can-run-more-tests-delay (user: matt, size: 26) [annotate] [blame] [check-ins using] [more...]
To 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...]
1 | #!/bin/sh | > | > > > > | 1 2 3 4 5 6 7 8 | #!/bin/sh if [ $NUMBER -lt 200 ];then sleep $NUMBER else sleep 200 fi exit 0 |