X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils.sh;h=24defc7f8d67c7172ef37c73cb4e60f673845623;hp=0f4affd99145165bb21006416cc7aeb8a5367af9;hb=b3e122872d4f6464ebcbc341b4fa4108c8a9d4a5;hpb=5fa325800d52b417e45b98cc659d3360c4f6c9d5 diff --git a/tests/utils.sh b/tests/utils.sh index 0f4affd99..24defc7f8 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -45,7 +45,7 @@ function spawn_sessiond () echo -n "Starting session daemon... " validate_kernel_version if [ $? -ne 0 ]; then - echo -e "\n*** Kernel to old for session daemon tests ***\n" + echo -e "\n*** Kernel too old for session daemon tests ***\n" return 2 fi @@ -115,7 +115,7 @@ function create_lttng_session () sess_name=$1 trace_path=$2 - echo -n "Creating lttng session $sess_name in $trace_path" + echo -n "Creating lttng session $sess_name in $trace_path " $TESTDIR/../src/bin/lttng/$LTTNG_BIN create $sess_name -o $trace_path >/dev/null 2>&1 if [ $? -eq 1 ]; then echo -e "\e[1;31mFAILED\e[0m"