Tests: PID_RELAYD is never used
[lttng-tools.git] / tests / regression / tools / snapshots / test_ust_streaming
index 0ff78fddd4a67b8127935df13981c00a1cb337fe..38ffba09c71f448e2b13820ed364b724bad78948 100755 (executable)
@@ -19,7 +19,6 @@ TEST_DESC="Streaming - Snapshot UST tracing"
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../../..
 EVENT_NAME="tp:tptest"
-PID_RELAYD=0
 SESSION_NAME=""
 CHANNEL_NAME="chan1"
 BIN_NAME="gen-nevents"
@@ -107,7 +106,7 @@ function test_ust_default_name_with_del()
                return $?
        fi
 
-       lttng_snapshot_del_output $SESSION_NAME 1
+       lttng_snapshot_del_output_ok $SESSION_NAME 1
        snapshot_add_output $SESSION_NAME "net://localhost"
        lttng_snapshot_record $SESSION_NAME
 
This page took 0.024095 seconds and 4 git commands to generate.