From 85987746c521c9ee3e81b69a88aa91cdec4fc98d Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Fri, 19 Jul 2019 17:49:39 -0400 Subject: [PATCH] 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 --- tests/plugins/flt.utils.trimmer/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1