File: gtester-report.rst

package info (click to toggle)
glib2.0 2.84.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 66,144 kB
  • sloc: ansic: 538,877; python: 9,624; sh: 1,572; xml: 1,482; perl: 1,222; cpp: 535; makefile: 316; javascript: 11
file content (54 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.. _gtester-report(1):
.. meta::
   :copyright: Copyright 2008 Matthias Clasen
   :copyright: Copyright 2012, 2013 Red Hat, Inc.
   :copyright: Copyright 2019 Endless Mobile, Inc.
   :license: LGPL-2.1-or-later
..
   This has to be duplicated from above to make it machine-readable by `reuse`:
   SPDX-FileCopyrightText: 2008 Matthias Clasen
   SPDX-FileCopyrightText: 2012, 2013 Red Hat, Inc.
   SPDX-FileCopyrightText: 2019 Endless Mobile, Inc.
   SPDX-License-Identifier: LGPL-2.1-or-later

==============
gtester-report
==============

------------------------------
test report formatting utility
------------------------------

SYNOPSIS
--------

|  **gtester-report** [*OPTION*…] *gtester-log*

DESCRIPTION
-----------

``gtester-report`` is a script which converts the XML output generated by
``gtester`` into HTML.

Since GLib 2.62, ``gtester-report`` is deprecated. Use TAP for reporting test
results instead, and feed it to the test harness provided by your build system.

OPTIONS
-------

``-h``, ``--help``

  Print help and exit.

``-v``, ``--version``

  Print version information and exit.

``-s``, ``--subunit``

  Output subunit. Needs ``python-subunit``.

SEE ALSO
--------

`gtester(1) <man:gtester(1)>`_