mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
validate:tools: Properly name the project launcher in the report
This commit is contained in:
parent
0b3b456f6a
commit
dc29cc2857
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class XunitReporter(Reporter):
|
||||||
self.stats['total'] = (self.stats['timeout'] + self.stats['failures']
|
self.stats['total'] = (self.stats['timeout'] + self.stats['failures']
|
||||||
+ self.stats['passed'] + self.stats['skipped'])
|
+ self.stats['passed'] + self.stats['skipped'])
|
||||||
self.xml_file.write( u'<?xml version="1.0" encoding="%(encoding)s"?>'
|
self.xml_file.write( u'<?xml version="1.0" encoding="%(encoding)s"?>'
|
||||||
u'<testsuite name="gesprojectslauncher" tests="%(total)d" '
|
u'<testsuite name="gst-validate-launcher" tests="%(total)d" '
|
||||||
u'errors="%(timeout)d" failures="%(failures)d" '
|
u'errors="%(timeout)d" failures="%(failures)d" '
|
||||||
u'skip="%(skipped)d">' % self.stats)
|
u'skip="%(skipped)d">' % self.stats)
|
||||||
self.xml_file.write(u''.join([self._forceUnicode(e)
|
self.xml_file.write(u''.join([self._forceUnicode(e)
|
||||||
|
|
Loading…
Reference in a new issue