From: Philippe Proulx Date: Thu, 13 Jun 2019 15:13:13 +0000 (-0400) Subject: Remove unused `tests/plugins/test_utils_muxer_complete.in` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=cb0775f4167b5115ce71cf41d4d94719d08ef763 Remove unused `tests/plugins/test_utils_muxer_complete.in` This script was the runner for the `flt.utils.muxer` test running in C, which does not exist anymore. We'll write `flt.utils.muxer` tests either in Python or with `sink.text.details` and expectation files. Signed-off-by: Philippe Proulx Change-Id: I28df6d20c3bd3ee0b056790046d041787e702430 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1422 Tested-by: jenkins Reviewed-by: Michael Jeanson --- diff --git a/.gitignore b/.gitignore index ef202c5e..282fec39 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,6 @@ /tests/lib/test_graph_topo /tests/lib/trace-ir/test_trace_ir /tests/lib/ctf-writer/test_ctf_writer -/tests/plugins/test-utils-muxer -/tests/plugins/test_utils_muxer_complete /tests/plugins/test_lttng_utils_debug_info /tests/plugins/test_bin_info_i386-linux-gnu /tests/plugins/test_bin_info_powerpc-linux-gnu diff --git a/configure.ac b/configure.ac index d9d41eea..3d6522db 100644 --- a/configure.ac +++ b/configure.ac @@ -803,7 +803,6 @@ AC_CONFIG_FILES([tests/lib/test_plugin_complete], [chmod +x tests/lib/test_plugi AC_CONFIG_FILES([tests/lib/trace-ir/test_trace_ir], [chmod +x tests/lib/trace-ir/test_trace_ir]) AC_CONFIG_FILES([tests/plugins/src.ctf.fs/query/test_query], [chmod +x tests/plugins/src.ctf.fs/query/test_query]) AC_CONFIG_FILES([tests/plugins/src.ctf.fs/succeed/test_succeed], [chmod +x tests/plugins/src.ctf.fs/succeed/test_succeed]) -AC_CONFIG_FILES([tests/plugins/test_utils_muxer_complete], [chmod +x tests/plugins/test_utils_muxer_complete]) AC_CONFIG_FILES([tests/plugins/test_lttng_utils_debug_info], [chmod +x tests/plugins/test_lttng_utils_debug_info]) AC_CONFIG_FILES([tests/plugins/test_dwarf_i386-linux-gnu], [chmod +x tests/plugins/test_dwarf_i386-linux-gnu]) AC_CONFIG_FILES([tests/plugins/test_dwarf_powerpc-linux-gnu], [chmod +x tests/plugins/test_dwarf_powerpc-linux-gnu]) diff --git a/tests/plugins/test_utils_muxer_complete.in b/tests/plugins/test_utils_muxer_complete.in deleted file mode 100644 index 9b5999dc..00000000 --- a/tests/plugins/test_utils_muxer_complete.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2017 Philippe Proulx -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; only version 2 -# of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# - -NO_SH_TAP=1 -. "@abs_top_builddir@/tests/utils/common.sh" - -curdir="$(cd -P "$(dirname "$0")" >/dev/null && pwd)" - -plugin_dir="${BT_BUILD_PATH}/plugins/utils" - -BABELTRACE_PLUGIN_PATH="$plugin_dir" "${curdir}/test-utils-muxer"