src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / tests / lib / test_plugin
1 #!/bin/bash
2 #
3 # SPDX-License-Identifier: GPL-2.0-only
4 #
5 # Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
6 #
7
8 if [ -n "${BT_TESTS_SRCDIR:-}" ]; then
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 "${BT_TESTS_BUILDDIR}/lib/plugin" "${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins/.libs"
This page took 0.030314 seconds and 4 git commands to generate.