Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
[lttng-tools.git] / tests / regression / ust / getcpu-override / run-getcpu-override
... / ...
CommitLineData
1#!/bin/sh
2
3# launch with: run-getcpu-override progname args
4DIR=$(dirname $0)
5DIR=$(readlink -f $DIR)
6
7if [ -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
10else
11 echo "Getcpu-override missing shared object"
12 exit $1
13fi
This page took 0.022118 seconds and 4 git commands to generate.