X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsink.text.pretty%2Ftest_pretty_python;h=fe395e773b5514b5e7ec84db87c608b4d5a8d613;hp=3fdac62ceaed84cd92177501c78c6ed655b0a499;hb=HEAD;hpb=ed30eb8d59e3bc1d26808d3414a1fbc5f8bb23d8 diff --git a/tests/plugins/sink.text.pretty/test_pretty_python b/tests/plugins/sink.text.pretty/test_pretty_python deleted file mode 100755 index 3fdac62c..00000000 --- a/tests/plugins/sink.text.pretty/test_pretty_python +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -# -# SPDX-License-Identifier: GPL-2.0-only -# -# Copyright (C) 2017 Philippe Proulx -# - -if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; then - UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" -else - UTILSSH="$(dirname "$0")/../../utils/utils.sh" -fi - -# shellcheck source=../../utils/utils.sh -source "$UTILSSH" - -run_python_bt2_test "${BT_TESTS_SRCDIR}/plugins/sink.text.pretty" "test_*"