Skip to content

Instantly share code, notes, and snippets.

@reebalazs
Created January 7, 2013 07:58
Show Gist options
  • Save reebalazs/4473217 to your computer and use it in GitHub Desktop.
Save reebalazs/4473217 to your computer and use it in GitHub Desktop.
# work around bug in xml report
echo '<?xml version="1.0" encoding="UTF-8" ?>\n<testsuites>' > buster.xml
sed "s|^<.*$||g" buster0.xml >> buster.xml
echo "\n</testsuites>" >> buster.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment