X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=benchmark%2Frun-ust-notify.sh;h=971831817a85edd5165b483716bba9508c82e973;hb=0de5e1e503698d7d85f2a422094b820b83d38ec9;hp=723ed2925995a7eb2670a751e47906770a57638c;hpb=4e76e518e4b2a82cb43ddc1da4f1943e9334df3b;p=lttng-tools.git diff --git a/benchmark/run-ust-notify.sh b/benchmark/run-ust-notify.sh index 723ed2925..971831817 100755 --- a/benchmark/run-ust-notify.sh +++ b/benchmark/run-ust-notify.sh @@ -23,7 +23,7 @@ BASEDIR=`dirname $0` echo "Session daemon boot" -BENCH_UST_NOTIFY=1 $BASEDIR/../lttng-sessiond/$SESSIOND_BIN -v >/dev/null 2>&1 & +BENCH_UST_NOTIFY=1 $BASEDIR/../src/bin/lttng-sessiond/$SESSIOND_BIN -v >/dev/null 2>&1 & PID_SESSIOND=$! if [ -z $PID_SESSIOND ]; then