X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust%2Fnprocesses%2Fust-nprocesses;fp=tests%2Fust%2Fnprocesses%2Fust-nprocesses;h=90c0c2e9b9dca4aa92e1b777454349cd21885416;hp=7355057178501e5ee934ea1e77d93dbbe2cba127;hb=fb3268e3029673dbb7c6d43b2dcde5e5f9eec07a;hpb=c38b5107fcb9435ea7584e82f6c61319a9391fc0 diff --git a/tests/ust/nprocesses/ust-nprocesses b/tests/ust/nprocesses/ust-nprocesses index 735505717..90c0c2e9b 100755 --- a/tests/ust/nprocesses/ust-nprocesses +++ b/tests/ust/nprocesses/ust-nprocesses @@ -52,13 +52,13 @@ TRACE_PATH=$(mktemp -d) create_lttng_session $SESSION_NAME $TRACE_PATH enable_ust_lttng_event $SESSION_NAME $EVENT_NAME -start_tracing $SESSION_NAME +start_lttng_tracing $SESSION_NAME echo "Sleeping $TEST_WAIT_SEC seconds for tracing to start everywhere" echo "Warning: this arbitrary time can make the test fail on slower system" sleep $TEST_WAIT_SEC -stop_tracing $SESSION_NAME +stop_lttng_tracing $SESSION_NAME destroy_lttng_session $SESSION_NAME rm -rf $TRACE_PATH