Tests: Add controls to run python tests with verbose output
authorKienan Stewart <kstewart@efficios.com>
Thu, 11 Apr 2024 17:52:45 +0000 (13:52 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 30 Aug 2024 21:07:35 +0000 (17:07 -0400)
commit55aec41f8b1eb8e56868fe53a5086921c4f51d11
tree19f67bc55f4c8df8137093e6e1793fbf16a1a1a1
parentc3200502fe5fd7b85b780b1ec624f0912e52ee2a
Tests: Add controls to run python tests with verbose output

When running failing tests, it can be useful to get verbose output
immediately without trying to run an environment with a separate
sessiond and/or relayd.

Setting `LTTNG_TEST_VERBOSE_RELAYD` or `LTTNG_TEST_VERBOSE_SESSIOND`
environment variables will cause the corresponding application to be run
in it's most verbose configuration.

Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Change-Id: Ic2dd84a36f61837dfbca99d06d6a438ae884f782
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/utils/lttngtest/environment.py
This page took 0.025079 seconds and 4 git commands to generate.