Build dist fix: some kernel tests are not distributed
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Feb 2022 00:41:10 +0000 (19:41 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Feb 2022 21:46:10 +0000 (16:46 -0500)
A missing '\' causes some kernel test scripts to not be added
the EXTRA_DIST variable. This causes those tests to not be
shipped as part of the tarball.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I3c824b4c7ea913cb4cdc7ac6f98df05267ca5764

tests/regression/kernel/Makefile.am

index dfbed73f4eb73925ad54fca2100441120554edeb..a257eb07a778c805b790ea9b2ccafb202a62d4b2 100644 (file)
@@ -9,7 +9,7 @@ EXTRA_DIST = test_all_events \
                                                 test_kernel_function \
                                                 test_lttng_logger \
                                                 test_ns_contexts \
-                                                test_ns_contexts_change
+                                                test_ns_contexts_change \
                                                 test_rotation_destroy_flush \
                                                 test_select_poll_epoll \
                                                 test_syscall \
This page took 0.024938 seconds and 4 git commands to generate.