mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
Don't include gron in this PR
This commit is contained in:
parent
f280a6fc8a
commit
f999452df5
1 changed files with 0 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# Requires gron
|
||||
for file in src/mochawesome-report/mochawesome*.json; do gron $file; done | grep -F 'results[' | grep -F 'tests[' | grep -E '(fullTitle|duration)' | sed -r 's/.*= //' | sed -r 's/[;"]//g' | paste -d '$' - - | awk -F'$' '{if ($1 > durations[$2]) durations[$2] = $1} END{for (i in durations) print durations[i], i}' | sed 's/^[^0-9].*/0 \0/'
|
Loading…
Add table
Add a link
Reference in a new issue