tests/plugins/flt.utils.trimmer/Makefile.am: remove useless HAVE_PYTHON guard
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 19 Jul 2019 21:49:39 +0000 (17:49 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 13:11:01 +0000 (09:11 -0400)
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 <francis.deslauriers@efficios.com>
Change-Id: If08b014259676a75c57db7eda109de55306aa062
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1727
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/plugins/flt.utils.trimmer/Makefile.am

index 2847a904bb3c7ddbc3301da205f39751b2c60d83..0284d74f2da5602dee6d90a36d4e49e3c9987ab6 100644 (file)
@@ -1,6 +1,2 @@
-if HAVE_PYTHON
-
 dist_check_SCRIPTS = \
        test_trimming
-
-endif # ENABLE_DEBUG_INFO
This page took 0.026013 seconds and 4 git commands to generate.