]> git.lttng.org Git - lttng-tools.git/commit
tests: Disable tap for shell scripts that only invoke the test scripts
authorKienan Stewart <kstewart@efficios.com>
Thu, 13 Feb 2025 15:16:29 +0000 (10:16 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 21 Feb 2025 16:13:56 +0000 (16:13 +0000)
commit646e8a3020e8e84cbdcc3fafd15cce087fc42bec
tree3dde72080febc8ed87175d0bcb94b3f979607ad7
parent6f6879ca15d9eafe817441f73a75f8de5f7c0c21
tests: Disable tap for shell scripts that only invoke the test scripts

In successful test runs there is the following line in some cases

    # Looks like your test died before it could output anything

This happens due the test script's util.sh automatically "starting"
the TAP state; however, in these cases the actual tap output is
produced by other scripts or binaries.

Change-Id: Iad8f74b0fc1b0a998eba3171d7a2626cd3e86824
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
25 files changed:
tests/regression/tools/live/test_kernel
tests/regression/tools/live/test_ust
tests/regression/tools/live/test_ust_tracefile_count
tests/regression/tools/notification/test_notification_kernel_buffer_usage
tests/regression/tools/notification/test_notification_kernel_capture
tests/regression/tools/notification/test_notification_kernel_error
tests/regression/tools/notification/test_notification_kernel_instrumentation
tests/regression/tools/notification/test_notification_kernel_syscall
tests/regression/tools/notification/test_notification_kernel_userspace_probe
tests/regression/tools/notification/test_notification_ust_buffer_usage
tests/regression/tools/notification/test_notification_ust_capture
tests/regression/tools/notification/test_notification_ust_error
tests/regression/tools/notification/test_notification_ust_event_rule_condition_exclusion
tests/regression/tools/notification/test_rotation
tests/regression/tools/rotation/test_schedule_api
tests/regression/tools/trigger/hidden/test_hidden_trigger
tests/regression/tools/trigger/name/test_trigger_name_backwards_compat
tests/regression/ust/baddr-statedump/test_baddr-statedump
tests/regression/ust/daemon/test_daemon
tests/regression/ust/exit-fast/test_exit-fast
tests/regression/ust/fork/test_fork
tests/regression/ust/libc-wrapper/test_libc-wrapper
tests/regression/ust/linking/test_linking
tests/regression/ust/type-declarations/test_type_declarations
tests/regression/ust/ust-dl/test_ust-dl.in
This page took 0.033477 seconds and 4 git commands to generate.