X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fstress%2Ftest_multi_sessions_per_uid_5app_streaming;fp=tests%2Fstress%2Ftest_multi_sessions_per_uid_5app_streaming;h=ed989498dbd7df7e7ed2b1b2ab94fe7e1cdb1da9;hp=637624f66a087a8bac278d45ada03966ac787324;hb=4d513dce5d26cbc477a00b348beb537d01231cd9;hpb=a74efa6ca3293f8376460392b5a7bfe8aa0e7efd diff --git a/tests/stress/test_multi_sessions_per_uid_5app_streaming b/tests/stress/test_multi_sessions_per_uid_5app_streaming index 637624f66..ed989498d 100755 --- a/tests/stress/test_multi_sessions_per_uid_5app_streaming +++ b/tests/stress/test_multi_sessions_per_uid_5app_streaming @@ -70,8 +70,6 @@ function check_relayd() function start_sessiond() { - local SESSIOND_BIN="lttng-sessiond" - validate_kernel_version if [ $? -ne 0 ]; then fail "Start session daemon" @@ -90,7 +88,6 @@ function start_sessiond() function start_relayd { local opt=$1 - local RELAYD_BIN="lttng-relayd" if [ -z $(pgrep --full lt-$RELAYD_BIN) ]; then $TESTDIR/../src/bin/lttng-relayd/$RELAYD_BIN $opt >$LOG_FILE_RELAYD 2>&1 &