Re: [Avocado-devel] setting custom job_results subdir name

2019-06-19 Thread Cleber Rosa
Murrell" > To: "Lukáš Doktor" , "Cleber Rosa" > Cc: avocado-devel@redhat.com > Sent: Friday, May 10, 2019 7:54:39 AM > Subject: Re: [Avocado-devel] setting custom job_results subdir name > > On Fri, 2019-05-10 at 08:10 +0200, Lukáš Doktor wrote: > > >

Re: [Avocado-devel] setting custom job_results subdir name

2019-05-10 Thread Brian J. Murrell
On Fri, 2019-05-10 at 08:10 +0200, Lukáš Doktor wrote: > > I'm not sure whether I understand properly, what are you trying to > achieve. From time to time I need to find particular result that > executed certain tests. I do that simply by: > > ls *DATE*/test-results/*test_name* But what if

Re: [Avocado-devel] setting custom job_results subdir name

2019-05-10 Thread Lukáš Doktor
Dne 09. 05. 19 v 18:11 Cleber Rosa napsal(a): > On Wed, May 08, 2019 at 11:24:53AM -0400, Brian J. Murrell wrote: >> Hi. >> >> Having to sift through dozens of directories of the format: >> >> job-results/job--MM-DDTHH.MM- >> >> trying to find the results for a given test is frustrating. >>

Re: [Avocado-devel] setting custom job_results subdir name

2019-05-09 Thread Brian J. Murrell
On Thu, 2019-05-09 at 12:11 -0400, Cleber Rosa wrote: > > Let me know how that sounds... it should be a few lines of Python Yes, that sounds like an interesting solution. Cheers, b. signature.asc Description: This is a digitally signed message part

Re: [Avocado-devel] setting custom job_results subdir name

2019-05-09 Thread Cleber Rosa
On Wed, May 08, 2019 at 11:24:53AM -0400, Brian J. Murrell wrote: > Hi. > > Having to sift through dozens of directories of the format: > > job-results/job--MM-DDTHH.MM- > > trying to find the results for a given test is frustrating. > > While I realize that I can get the name of the dir

[Avocado-devel] setting custom job_results subdir name

2019-05-09 Thread Brian J. Murrell
Hi. Having to sift through dozens of directories of the format: job-results/job--MM-DDTHH.MM- trying to find the results for a given test is frustrating. While I realize that I can get the name of the dir to look into from the avocado stdout, that stdout is not where I am looking when I