X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=9e0175ced8e60bfe57b7eb46e83c060d9da791ac;hb=c03a0ff462df61b6d38fb112aa846356d4aa6c0f;hp=004e90948f20f7df44be56587d1a08923806bf97;hpb=dae3e20b8d1833803058974c4a023e812a26701c;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 004e90948..9e0175ced 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -522,7 +522,7 @@ function start_lttng_relayd_opt() if [ -z $(pgrep $RELAYD_MATCH) ]; then # shellcheck disable=SC2086 $DIR/../src/bin/lttng-relayd/$RELAYD_BIN $process_mode $opt 1> $OUTPUT_DEST 2> $ERROR_OUTPUT_DEST - #$DIR/../src/bin/lttng-relayd/$RELAYD_BIN $opt -vvv >>/tmp/relayd.log 2>&1 & + #$DIR/../src/bin/lttng-relayd/$RELAYD_BIN $process_mode $opt -vvv >>/tmp/relayd.log 2>&1 & if [ $? -eq 1 ]; then if [ $withtap -eq "1" ]; then fail "Start lttng-relayd (process mode: $process_mode opt: $opt)"