From: Francis Deslauriers Date: Fri, 19 Jul 2019 21:49:39 +0000 (-0400) Subject: tests/plugins/flt.utils.trimmer/Makefile.am: remove useless HAVE_PYTHON guard X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5cc867eb974cea138f300d200a2f09467b282640;p=babeltrace.git tests/plugins/flt.utils.trimmer/Makefile.am: remove useless HAVE_PYTHON guard Philippe Proulx: The `test_trimming` test does not depend on Python: it uses the CLI, a `sink.text.details` component, and expectation strings to validate that an `flt.utils.trimmer` message iterator trims as expected. Signed-off-by: Francis Deslauriers Change-Id: If08b014259676a75c57db7eda109de55306aa062 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1727 Reviewed-by: Philippe Proulx Tested-by: jenkins --- diff --git a/tests/plugins/flt.utils.trimmer/Makefile.am b/tests/plugins/flt.utils.trimmer/Makefile.am index 2847a904..0284d74f 100644 --- a/tests/plugins/flt.utils.trimmer/Makefile.am +++ b/tests/plugins/flt.utils.trimmer/Makefile.am @@ -1,6 +1,2 @@ -if HAVE_PYTHON - dist_check_SCRIPTS = \ test_trimming - -endif # ENABLE_DEBUG_INFO