Re: [PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only

2020-01-09 Thread Wainer dos Santos Moschetta
On 1/7/20 9:20 AM, Alex Bennée wrote: Wainer dos Santos Moschetta writes: The acceptance tests build on Travis is configured to print the entire Avocado's job log in case any test fail. Usually one is interested on failed tests only though. So this change the Travis configuration in order to

Re: [PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only

2020-01-07 Thread Alex Bennée
Wainer dos Santos Moschetta writes: > The acceptance tests build on Travis is configured to print > the entire Avocado's job log in case any test fail. Usually one is > interested on failed tests only though. So this change the Travis > configuration in order to show the log of tests which stat

Re: [PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only

2019-12-31 Thread Philippe Mathieu-Daudé
On 12/30/19 7:43 PM, Wainer dos Santos Moschetta wrote: The acceptance tests build on Travis is configured to print the entire Avocado's job log in case any test fail. Usually one is interested on failed tests only though. So this change the Travis configuration in order to show the log of tests

[PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only

2019-12-30 Thread Wainer dos Santos Moschetta
The acceptance tests build on Travis is configured to print the entire Avocado's job log in case any test fail. Usually one is interested on failed tests only though. So this change the Travis configuration in order to show the log of tests which status is different from 'PASS' and 'SKIP' only. Not