Skip to content

Instantly share code, notes, and snippets.

@jodell
Created October 24, 2013 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jodell/7140322 to your computer and use it in GitHub Desktop.
Save jodell/7140322 to your computer and use it in GitHub Desktop.
create_empty_junit_report() {
mkdir -p test/reports && cat > test/reports/emptytest.xml <<"EOF"
<testsuite>
<testcase classname="foo" name="ASuccessfulTest"/>
</testsuite>
EOF
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment