tests/avocado: Allow overwriting AVOCADO_SHOW env variable
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jul 2024 18:02:11 +0000 (20:02 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 22 Jul 2024 11:54:10 +0000 (13:54 +0200)
commit49269895a02fb05765e0d326cfcafa409fa4f642
treed85e51bed40c53743571e4637eb8972c12658574
parent1b88da0af11f15bf8ebb7d933b458533f72899a5
tests/avocado: Allow overwriting AVOCADO_SHOW env variable

The 'app' level logging is useful, but sometimes we want
more, for example QEMU leverages the 'console' logging.

Allow overwriting AVOCADO_SHOW from environment, i.e.:

  $ make check-avocado AVOCADO_SHOW='app,console'

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240719180211.48073-1-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/Makefile.include