Tests: add notap versions of start/stop tracing helpers
[lttng-tools.git] / tests / regression / tools / crash / test_crash
index 5b9a27c58abce165e85cc4a8150f07cf2d93d4fe..3bf459dc2cb097ce8f5708c4a010a86ae5c14638 100755 (executable)
@@ -229,7 +229,7 @@ function test_lttng_crash()
 
        # Generate 10 events
        $TESTAPP_BIN 10 0
-       stop_lttng_tracing
+       stop_lttng_tracing_ok
 
        crash_recup_count=$($LTTNG_CRASH $shm_path | wc -l)
        test $crash_recup_count -eq "10"
@@ -267,7 +267,7 @@ function test_lttng_crash_extraction()
        start_lttng_tracing_ok $session_name
        # Generate 10 events
        $TESTAPP_BIN 10 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.024104 seconds and 5 git commands to generate.