travis.yml: avocado: Print logs of non-pass tests only
authorWainer dos Santos Moschetta <wainersm@redhat.com>
Mon, 30 Dec 2019 18:43:26 +0000 (15:43 -0300)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 9 Jan 2020 11:41:29 +0000 (11:41 +0000)
commit67892c9537d9ac50093438e77aa391f8d3e75930
treee8d06e14ae59673dedfb79eb4b3beb3e3bc0897b
parentbc2bf7f3480c51c3e7f38bdab1542deec765601e
travis.yml: avocado: Print logs of non-pass tests only

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. Note that 'CANCEL'-ed tests
will have the log printed too because it can help to debug some
condition on CI environment which is not being fulfilled.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20191230184327.2800-2-wainersm@redhat.com>
.travis.yml