tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / getcpu-override / run-getcpu-override
... / ...
CommitLineData
1#!/bin/sh
2SPDX-License-Identifier: GPL-2.0-only
3
4# launch with: run-getcpu-override progname args
5DIR=$(dirname $0)
6DIR=$(readlink -f $DIR)
7
8if [ -x "$DIR/.libs/lttng-ust-getcpu-override-test.so" ]; then
9 ret=`LTTNG_UST_GETCPU_PLUGIN="$DIR/.libs/lttng-ust-getcpu-override-test.so" $@`
10 exit $ret
11else
12 echo "Getcpu-override missing shared object"
13 exit $1
14fi
This page took 0.022588 seconds and 4 git commands to generate.