2 # Checking the correct cycle repeat and reports appending
7 ./operation.sh "test|$1|timeout|5000"
8 ./operation.sh "test|$1|delay|2000"
9 ./operation.sh "test|$1|delay|2000"
11 ./operation.sh "test|$1|timeout|5000"
12 ./operation.sh "test|$1|delay|2000"
13 ./operation.sh "test|$1|delay|4000"
21 ./operation.sh "test|repeat|yes"
22 ./operation.sh "test|report|yes"
25 for id in `seq 0 $((COVERED_SECONDS/2))`
27 program $((2*id + 1)) ok
28 program $((2*id + 2)) nok
31 echo "Press ENTER to continue, CTRL+C to abort ..."
33 ./operation.sh "test|ttps|1"
38 ./operation.sh "test|look"