Differences From Artifact [e700391a61]:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [012982e117] at 2014-09-03 08:32:26 on branch v1.60 — Tweaked settings in fdktest tests. Added verbose output on server start fail. (user: mrwellan, size: 165) [annotate] [blame] [check-ins using] [more...]
To Artifact [1b0095c685]:
- Executable file tests/fdktestqa/testqa/tests/bigrun/step1.sh — part of check-in [978de66607] at 2018-04-18 23:50:16 on branch v1.64 — Added some old stuff for running testqa (user: matt, size: 165) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | #!/bin/bash if [ $NUMBER -lt 10 ];then sleep 20 sleep `echo 4 * $NUMBER | bc` else |