Skip to content

Instantly share code, notes, and snippets.

@lexaurin
Created February 6, 2014 10:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lexaurin/8841425 to your computer and use it in GitHub Desktop.
Save lexaurin/8841425 to your computer and use it in GitHub Desktop.
phpunit --log-json php://stdout unit/ | awk '$NF ~ '/,/' && $1 ~ /"(test|time)"/' | cut -d: -f2- | sed "N;s/\n/--/" | sed "s/,//"| awk 'BEGIN{FS="--"}; {print $2 $1}' | sort -r | head -n 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment