Skip to content
Snippets Groups Projects
Commit 973f5222 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: dvcs/dvcs.sh

	new file:   dvcs/report.xml
parent 40d57913
No related branches found
No related tags found
No related merge requests found
...@@ -60,3 +60,10 @@ if [[ "${JUGGLER_N_EVENTS}" -lt "500" ]] ; then ...@@ -60,3 +60,10 @@ if [[ "${JUGGLER_N_EVENTS}" -lt "500" ]] ; then
cp ${JUGGLER_REC_FILE} results/dvcs/. cp ${JUGGLER_REC_FILE} results/dvcs/.
fi fi
# Collect the results
cp dvcs/report.xml results/dvcs/.
<testsuite tests="3">
<testcase classname="foo1" name="ASuccessfulTest"/>
<testcase classname="foo2" name="AnotherSuccessfulTest"/>
<testcase classname="foo3" name="AFailingTest">
<failure type="NotEnoughFoo"> details about failure </failure>
</testcase>
</testsuite>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment