Searched refs:ts_min2 (Results 1 – 1 of 1) sorted by relevance
117 local ts_min1 ts_min2 fail167 ts_min2=$(awk '{print $8}' $cron_out | awk -F: '{printf("%d", $2);}')169 if [ "x${ts_min1}" = "x" ] || [ "x${ts_min2}" = "x" ]; then170 tst_res TFAIL "loop $i: failed to get time: ts_min1: $ts_min1, ts_min2: $ts_min2"177 if [ $ts_min2 -ne $ts_min1 ]; then178 tst_res TFAIL "loop $i: failed to update every minute: expected: $ts_min1, received: $ts_min2"