X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fsnapshots%2Ftest_kernel;fp=tests%2Fregression%2Ftools%2Fsnapshots%2Ftest_kernel;h=24b0ad4a2b6f43dc222cf42c6607807713718f50;hp=15b7ec1762c445a0a2429de2512c3d1d1f9bae49;hb=ce83431da09a14449027ef7b2ef9d3f7f82ea674;hpb=b9e63e21bd01c0deeaec2195ba912e38460bc038 diff --git a/tests/regression/tools/snapshots/test_kernel b/tests/regression/tools/snapshots/test_kernel index 15b7ec176..24b0ad4a2 100755 --- a/tests/regression/tools/snapshots/test_kernel +++ b/tests/regression/tools/snapshots/test_kernel @@ -138,9 +138,9 @@ function test_kernel_local_snapshot_discard () 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 @@ -176,9 +176,9 @@ function test_kernel_local_snapshot_overwrite_small_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 @@ -222,7 +222,7 @@ else isroot=0 fi -skip $isroot "Root access is needed. Skipping all kernel snapshot tests." $NUM_TESTS || +skip $isroot "Root access is needed. Skipping all kernel snapshot tests" $NUM_TESTS || { validate_lttng_modules_present