Skip to content

Instantly share code, notes, and snippets.

@alex-vlasov
Created October 13, 2016 08:30
Show Gist options
  • Save alex-vlasov/b715a27af9eb437780b48c7dab54db64 to your computer and use it in GitHub Desktop.
Save alex-vlasov/b715a27af9eb437780b48c7dab54db64 to your computer and use it in GitHub Desktop.
Populate phpunit configuration xml with files list based on run suite junit log
grep 'file=' phpunit-junit.log | sed 's/.*file="//' - | sed 's/" .*//' - | uniq | sed 's/^/<file>/' - | sed 's/$/<\/file>/' - > /var/www/sugar/Mango/tests.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment