From: Jonathan Rajotte Date: Thu, 22 Mar 2018 20:15:25 +0000 (-0400) Subject: Tests: missing parenthesis in userspace rotation test X-Git-Tag: v2.11.0-rc1~297 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d09115eeffb1c3e1a4d01e8be9ed1af4dfe966c8 Tests: missing parenthesis in userspace rotation test Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/rotation/test_ust b/tests/regression/tools/rotation/test_ust index fcad28e69..924b04e5c 100755 --- a/tests/regression/tools/rotation/test_ust +++ b/tests/regression/tools/rotation/test_ust @@ -38,7 +38,7 @@ if [ ! -x "$TESTAPP_BIN" ]; then BAIL_OUT "No UST events binary detected." fi -function enable_channel_per_pid() +function enable_channel_per_pid () { sess_name=$1 channel_name=$2 @@ -46,7 +46,7 @@ function enable_channel_per_pid() enable_ust_lttng_channel_ok $sess_name $channel_name --buffers-pid } -function lttng_create_session_uri +function lttng_create_session_uri () { # Create session with default path $TESTDIR/../src/bin/lttng/$LTTNG_BIN create $SESSION_NAME -U net://localhost >/dev/null 2>&1