Skip to content

Instantly share code, notes, and snippets.

@dave1010
Created December 21, 2010 10:31
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 dave1010/749763 to your computer and use it in GitHub Desktop.
Save dave1010/749763 to your computer and use it in GitHub Desktop.
sort-phpunit-tests-by-time.sh
grep time tests.xml | grep testcase | awk "{ print \$7 \$2 }"|sed 's/name="/ /g'|sed 's/time="//g'|sed 's/"\/>//g'|sed 's/"//g'|sort
@dave1010
Copy link
Author

Run this first:

phpunit --log-junit tests.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment