tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / getcpu-override / run-getcpu-override
1 #!/bin/sh
2 SPDX-License-Identifier: GPL-2.0-only
3
4 # launch with: run-getcpu-override progname args
5 DIR=$(dirname $0)
6 DIR=$(readlink -f $DIR)
7
8 if [ -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
11 else
12 echo "Getcpu-override missing shared object"
13 exit $1
14 fi
This page took 0.029196 seconds and 4 git commands to generate.