Project

General

Profile

« Previous | Next » 

Revision 10599

bugfix: bin/import_times: filtering out the Source subdirs: need to match 1 at the beginning of the line only

View differences:

import_times
10 10
{
11 11
    test "$#" -gt 0 || exit 0
12 12
    sed -n 's/^Took (.*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"\
13
|grep -vF '1	'
13
|grep -vE '^1	'
14 14
}
15 15

  
16 16
postprocessLogs=()

Also available in: Unified diff