Skip to content

Instantly share code, notes, and snippets.

@cybic
Last active February 13, 2018 09:54
Show Gist options
  • Save cybic/01d21a05d205489968aa2def0e633eb6 to your computer and use it in GitHub Desktop.
Save cybic/01d21a05d205489968aa2def0e633eb6 to your computer and use it in GitHub Desktop.
Find failing tests
cat *txt | grep -B2 "Tests run:" | grep -v -- "--------" | grep -v "Failures: 0, Errors: 0" | grep -B1 "Tests run:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment