tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / baddr-statedump / test_baddr-statedump
CommitLineData
a131f95a 1#!/bin/bash
d4f53cc3 2#
9d16b343 3# Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
d4f53cc3 4#
9d16b343 5# SPDX-License-Identifier: GPL-2.0-only
d4f53cc3
AB
6
7CURDIR=$(dirname $0)
8TESTDIR=${CURDIR}/../../..
9
10source $TESTDIR/utils/utils.sh
11
12start_lttng_sessiond_notap
13
14python3 ${CURDIR}/test_baddr-statedump.py
15
16stop_lttng_sessiond_notap
This page took 0.02967 seconds and 4 git commands to generate.