Home
last modified time | relevance | path

Searched refs:ts_min2 (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/commands/cron/
Dcron_tests.sh117 local ts_min1 ts_min2 fail
167 ts_min2=$(awk '{print $8}' $cron_out | awk -F: '{printf("%d", $2);}')
169 if [ "x${ts_min1}" = "x" ] || [ "x${ts_min2}" = "x" ]; then
170 tst_res TFAIL "loop $i: failed to get time: ts_min1: $ts_min1, ts_min2: $ts_min2"
177 if [ $ts_min2 -ne $ts_min1 ]; then
178 tst_res TFAIL "loop $i: failed to update every minute: expected: $ts_min1, received: $ts_min2"