> > > -----Original Message----- > From: Eric Blake [mailto:ebl...@redhat.com] > Sent: Thursday, May 07, 2015 4:02 PM > To: Arthur Schwarz; automake@gnu.org > Subject: Re: How do you set VERBOSE for parallel testin > > On 05/07/2015 03:42 PM, Arthur Schwarz wrote: > > I'm trying to set VERBOSE in a parallel test setup and it doesn't seem > > > to work. I've used: > > VERBOSE = yes and > > VERBOSE = 1 > > Where were you making that setting, in Makefile.am? > > > > > But I get the normal output listing. The Automake manual (Section 15.2.3 > > Parallel Test Harness) says: " The output from failed tests is collected in > > the test-suite.log file. If the variable 'VERBOSE' is set, this file is > > output after the summary." > > It works for me when I do: > > make check VERBOSE=1 > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org > ===========================================================
Yes. Not on the command line but in the Makefile.am file. I did see the comment on command line usage (from Stackoverflow?). I haven't tried to see if it works, that is, there is a command line option (--verbose) available and the given command line has VERBOSE as an argument. So, if it appears I "don't know nuttin'" then it appears correctly. art