Remove unused `tests/plugins/test_utils_muxer_complete.in`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 13 Jun 2019 15:13:13 +0000 (11:13 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 17 Jun 2019 20:56:59 +0000 (16:56 -0400)
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 <eeppeliteloop@gmail.com>
Change-Id: I28df6d20c3bd3ee0b056790046d041787e702430
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1422
Tested-by: jenkins
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
.gitignore
configure.ac
tests/plugins/test_utils_muxer_complete.in [deleted file]

index ef202c5ed91f65eb9490aaf3f84c685783bc6886..282fec396fa921216b5d6ecdab7d47a1b6fc314a 100644 (file)
@@ -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
index d9d41eea57c4cd57aacff0799c0241f9e1954f07..3d6522db5a89abc3497004b97ec5764d0087a6db 100644 (file)
@@ -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 (file)
index 9b5999d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-#
-# Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
-#
-# 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"
This page took 0.025559 seconds and 4 git commands to generate.