Searched refs:input_line (Results 1 – 1 of 1) sorted by relevance
181 while read -t "$timeout" -r input_line; do182 verbose_print 'stdin:' "$input_line"183 if [[ $input_line == *TotalTime:* ]]; then184 total_time="$(echo "$input_line" | sed 's/TotalTime: \([[:digit:]]\+\)/\1/g')"