tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / linking / test_linking
CommitLineData
d82551ef 1#!/bin/bash
91c75285 2#
9d16b343 3# Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
91c75285 4#
9d16b343
MJ
5# SPDX-License-Identifier: GPL-2.0-only
6
91c75285
JG
7CURDIR=$(dirname $0)
8TESTDIR=${CURDIR}/../../..
9
d82551ef
JR
10source $TESTDIR/utils/utils.sh
11
91c75285 12# Try to launch a sessiond before invoking the python test script
d82551ef 13start_lttng_sessiond_notap
91c75285
JG
14
15python3 ${CURDIR}/test_linking.py
16
d82551ef 17stop_lttng_sessiond_notap
This page took 0.035719 seconds and 4 git commands to generate.