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 [580746490f]:
- 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...]
1 | 1 2 3 4 5 6 7 8 9 | + + + + - + + + | #!/bin/sh if [ $NUMBER -lt 15 ];then sleep 2 sleep `echo 2 * $NUMBER | bc` else |