X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=291cb578a98fdfd27d12a0944216ba255a511934;hb=becd029c4fda2dc6478751f4d45fa6b68a1d6120;hp=44b3f167a8bb54a078c25370018eeee1533878e8;hpb=dff46b736afb7945aaf635de661b920dd0d01d7f;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 44b3f167a..291cb578a 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -633,7 +633,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)"