Tests: clean-up: remove trailing dot in snapshot test statements
[lttng-tools.git] / tests / regression / tools / snapshots / ust_test
index c2563afd867b64a42902ccc5e6b51444c4c183e5..37475d7fdd49c387242e5646fa62d0294a60c69d 100755 (executable)
@@ -23,12 +23,12 @@ TRACE_PATH=$(mktemp -d)
 source $TESTDIR/utils/utils.sh
 
 if [ ! -x "$TESTAPP_BIN" ]; then
-       BAIL_OUT "No UST events binary detected."
+       BAIL_OUT "No UST events binary detected"
 fi
 
 # Need the number of snapshot to do.
 if [ -z $1 ]; then
-       BAIL_OUT "A number of snapshot is needed."
+       BAIL_OUT "A number of snapshot is needed"
 fi
 NR_SNAPSHOT=$1
 
@@ -237,9 +237,9 @@ function test_ust_local_snapshot_small_discard_buffers ()
        rm -rf $TRACE_PATH/
 
        if [ x"$FIRST_LINE" != x"$FIRST_LINE_2" ]; then
-               fail "First snapshot event do not match."
+               fail "First snapshot event do not match"
        else
-               pass "First snapshot event match."
+               pass "First snapshot event match"
        fi
 
        stop_lttng_tracing_ok $SESSION_NAME
@@ -282,9 +282,9 @@ function test_ust_local_snapshot_small_overwrite_buffers ()
        rm -rf $TRACE_PATH/
 
        if [ x"$FIRST_LINE" != x"$FIRST_LINE_2" ]; then
-               pass "First snapshot event do not match."
+               pass "First snapshot event do not match"
        else
-               fail "First snapshot event match."
+               fail "First snapshot event match"
        fi
 
        stop_lttng_tracing_ok $SESSION_NAME
This page took 0.023352 seconds and 4 git commands to generate.