Skip to content

Instantly share code, notes, and snippets.

@mvrueden
Created March 25, 2019 10:36
Show Gist options
  • Save mvrueden/7db22d101515bbfe50b3c4cd8e6ce1f6 to your computer and use it in GitHub Desktop.
Save mvrueden/7db22d101515bbfe50b3c4cd8e6ce1f6 to your computer and use it in GitHub Desktop.
Grep for executed test in maven output
grep -e "Tests run:.*, Failures:.*, Errors:.*, Skipped:.*, Time elapsed:.* - in .*" file.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment