X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fplugins%2Fsink.text.pretty%2Ftest_pretty_python;fp=tests%2Fplugins%2Fsink.text.pretty%2Ftest_pretty_python;h=3fdac62ceaed84cd92177501c78c6ed655b0a499;hb=ed30eb8d59e3bc1d26808d3414a1fbc5f8bb23d8;hp=0000000000000000000000000000000000000000;hpb=101fde11a54b96fcc2e2bb63e55a0d44162642e4;p=babeltrace.git diff --git a/tests/plugins/sink.text.pretty/test_pretty_python b/tests/plugins/sink.text.pretty/test_pretty_python new file mode 100755 index 00000000..3fdac62c --- /dev/null +++ b/tests/plugins/sink.text.pretty/test_pretty_python @@ -0,0 +1,17 @@ +#!/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_*"