Commit | Line | Data |
---|---|---|
440ffe59 SM |
1 | #!/bin/bash |
2 | # | |
3 | # SPDX-License-Identifier: GPL-2.0-only | |
4 | # | |
5 | # Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com> | |
6 | # | |
7 | ||
75e396f6 | 8 | if [ -n "${BT_TESTS_SRCDIR:-}" ]; then |
440ffe59 SM |
9 | UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" |
10 | else | |
11 | UTILSSH="$(dirname "$0")/../../utils/utils.sh" | |
12 | fi | |
13 | ||
14 | # shellcheck source=../../utils/utils.sh | |
15 | source "$UTILSSH" | |
16 | ||
17 | run_python_bt2_test "${BT_TESTS_SRCDIR}/plugins/sink.text.pretty" "test_*" |