Project

General

Profile

« Previous | Next » 

Revision 7501

import_times: times(): Fixed bug where need to match whitespace in times, in order to match times with days

View differences:

import_times
8 8

  
9 9
times ()
10 10
{
11
    sed -n 's/^Took ([^ ]*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"
11
    sed -n 's/^Took (.*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"
12 12
}
13 13

  
14 14
postprocessLogs=()

Also available in: Unified diff