X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;fp=tests%2Futils%2Futils.sh;h=48a60fe9b0f403c1ff22bbf0a889704ce27863b0;hb=f03ea3f43450abb1a1ea704044e1e8c78cfc0b4c;hp=faa87e783436111793c4e4cea4d771c0491139ae;hpb=283c6fa6cc573166ec4e41b70a9db57f8356f4aa;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index faa87e783..48a60fe9b 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -623,7 +623,7 @@ function start_lttng_relayd_opt() if [ -z $(lttng_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)"