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