Created
January 7, 2013 07:58
-
-
Save reebalazs/4473217 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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