X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=6421af1b5c5ed47dc02c67e3703b737d18aa250a;hb=9daa934116fa40ef21da289e4621d948c33bbe4c;hp=63b5eefed93ba728656da62fc21d5337bfec1338;hpb=d1a3048ab119de76dc0c56be94f9bd418042f96e;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 63b5eefed..6421af1b5 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -108,7 +108,7 @@ function start_lttng_relayd DIR=$(readlink -f $TESTDIR) if [ -z $(pidof lt-$RELAYD_BIN) ]; then - $DIR/../src/bin/lttng-relayd/$RELAYD_BIN $opt >/dev/null 2>&1 & + $DIR/../src/bin/lttng-relayd/$RELAYD_BIN -b $opt >/dev/null 2>&1 #$DIR/../src/bin/lttng-relayd/$RELAYD_BIN $opt -vvv >>/tmp/relayd.log 2>&1 & if [ $? -eq 1 ]; then fail "Start lttng-relayd (opt: $opt)"