]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/install/submitting-test-results.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / install / submitting-test-results.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 Submitting test results
7 ***********************
8
9 If you want to report the results to the GCC project, use the
10 :samp:`contrib/test_summary` shell script. Start it in the :samp:`{objdir}` with
11
12 .. code-block:: bash
13
14 srcdir/contrib/test_summary -p your_commentary.txt \
15 -m gcc-testresults@gcc.gnu.org |sh
16
17 This script uses the :command:`Mail` program to send the results, so
18 make sure it is in your :envvar:`PATH`. The file :samp:`your_commentary.txt` is
19 prepended to the testsuite summary and should contain any special
20 remarks you have on your results or your build environment. Please
21 do not edit the testsuite result block or the subject line, as these
22 messages may be automatically processed.