On Thu, 2009-04-30 at 11:56 -0400, David Fang wrote: > > On Thu, Apr 30, 2009 at 7:30 AM, Tom Browder <tom.brow...@gmail.com> wrote: > >> On Wed, Apr 29, 2009 at 18:28, Janis Johnson <janis...@us.ibm.com> wrote: > >> ... > >>> The preferred way to post test results is by running the script > >>> $SRC/contrib/test_summary from within the build directory. It > >>> produces a summary in the form of a script which will mail that > >>> summary to gcc-testresu...@gcc.gnu.org, where it will be archived > >> > >> Is there an alternative for systems without mail access? > > > > It will not execute the commands unless you pipe the script output to > > sh so you can copy and paste the output from the script into an email > > that you author by hand. > > Also, the end of the generated script attempts to move a bunch of files in > the test area, so if you ship the script to another machine, you can skip > that part.
Or you can use "test_summary -t", which omits the file moves. Janis