configure.ac: use $withval with AC_ARG_WITH
[lttng-tools.git] / tests / regression / tools / tracefile-limits / test_tracefile_count
index df1cdceaf49aede055b1f56171bf626d768d288d..4fe6ac36e3e8159da06cd2a2a70156df0c2ca1c3 100755 (executable)
@@ -108,7 +108,7 @@ function test_tracefile_count_limit ()
 
        diag "Test tracefile count limit : $count_limit tracefiles"
 
-       create_lttng_session $session_name $trace_path
+       create_lttng_session_ok $session_name $trace_path
 
        enable_lttng_channel_count_limit \
            $session_name $channel_name $count_limit
@@ -116,13 +116,13 @@ function test_tracefile_count_limit ()
        enable_ust_lttng_event_per_channel \
            $session_name $event_name $channel_name
 
-       start_lttng_tracing $session_name
+       start_lttng_tracing_ok $session_name
 
        $TESTAPP_BIN $num_iter >/dev/null 2>&1
 
-       stop_lttng_tracing $session_name
+       stop_lttng_tracing_ok $session_name
 
-       destroy_lttng_session $session_name
+       destroy_lttng_session_ok $session_name
 
        # Validate tracing dir
 
This page took 0.023973 seconds and 4 git commands to generate.