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