tests: tools/clear/test_ust wait for specific test app pid
[lttng-tools.git] / tests / utils / utils.sh
index 004e90948f20f7df44be56587d1a08923806bf97..9e0175ced8e60bfe57b7eb46e83c060d9da791ac 100644 (file)
@@ -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)"
This page took 0.025776 seconds and 4 git commands to generate.