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 [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 | #!/bin/sh | > > | > > > > | 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 |