Test: clear: local, streaming, live, tracefile rotation
[lttng-tools.git] / tests / regression / tools / crash / test_crash
index 97b94a8a9e06f32c401f9a5880d564870a7be3e8..7b24764c25368ecfedd175a54f74e8237271293d 100755 (executable)
@@ -233,7 +233,7 @@ function test_lttng_crash()
 
        # Generate 10 events
        $TESTAPP_BIN -i 10 -w 0
-       stop_lttng_tracing
+       stop_lttng_tracing_ok
 
        crash_recup_count=$($LTTNG_CRASH $shm_path | wc -l)
        test $crash_recup_count -eq "10"
@@ -271,7 +271,7 @@ function test_lttng_crash_extraction()
        start_lttng_tracing_ok $session_name
        # Generate 10 events
        $TESTAPP_BIN -i 10 -w 0
-       stop_lttng_tracing
+       stop_lttng_tracing_ok
 
        $LTTNG_CRASH -x $extraction_path $shm_path
        ok $? "Extraction of crashed buffers to path"
This page took 0.026381 seconds and 5 git commands to generate.