Re: What does setting TEST_LOGS mean?

2015-05-21 Thread Gavin Smith
On 21 May 2015 at 09:12, Roman Neuhauser wrote: > # aschwarz1...@att.net / 2015-05-20 17:00:57 -0700: >> 15.2.3 Parallel Test Harness >> Suppose Makefile looks something like: >> >>TESTS = foo.exe >> >> Then >>TEST_LOGS = foo.log >> >> And the user sets this to >>env TEST_LOGS = bar.l

Re: What does setting TEST_LOGS mean?

2015-05-21 Thread Roman Neuhauser
# aschwarz1...@att.net / 2015-05-20 17:00:57 -0700: > 15.2.3 Parallel Test Harness > > You can set the TEST_LOGS variable. By default, this variable is computed at > make run time from the value of TESTS as described above. For example, you > can use the following: > > set x subset*.log; shift >