Skip to content
Snippets Groups Projects
Commit 37b826b2 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent 7fd79689
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ do
fi
done
echo "<?xml version='1.0'?>" >> "${JUNIT_FILE}"
echo "<?xml version='1.0'?>" > "${JUNIT_FILE}"
echo "<testsuites>" >> "${JUNIT_FILE}"
echo "<testsuite name='tidy' tests='$(( ${#PASS[@]} + ${#FAIL[@]} ))' failures='$((${#FAIL[@]}))' skipped='0' time='0.0000'>" >> "${JUNIT_FILE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment