I thought it WAS cc’ing gcc-help, I’ll fix that now. > On Oct 11, 2015, at 15:55, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > > Please reply to the gcc-help mailing list, not just to me, so that > other people can also respond to you. > > > > On 11 October 2015 at 20:54, Bryan Dunphy <b.dunphy.342@xxxxxxxxx> wrote: >> I ran >> ‘/usr/local/src/gcc-4.9.3/contrib/test_summary’ -o -t >> from /usr/local/obj/gcc-4.9.3 (directory created for the purpose of building gcc 4.9.3) >> and it still showed nothing. Any more ideas? > > Why are you using the -o option? > > That's for reading old logs that have already been renamed by that > script, but you've never run that script successfully, so the logs > have never been renamed. > > If you just run the script with no options it will do what you need > (it prints out a series of commands that would email the results to > the gcc-testsresults list and rename the logs, but if you don't run > those commands, just read them to see how many FAILs there are, then > nothing gets renamed). > > > >> I am not in Linux as I type this email, so excuse minor command line typos and assume they were typed correctly at the terminal prompt. >> >>> On Oct 7, 2015, at 13:38, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: >>> >>> On 7 October 2015 at 19:18, Bryan Dunphy wrote: >>>> Thanks for the advice, but “./test_summary | less” displayed nothing but END. So, what do I do now? >>> >>> Run it in the root of the build tree, where the logs from the tests >>> are, not in the contrib directory in the source tree, where there are >>> no logs. >>