X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=tests%2Fust%2Fnprocesses%2Fust-nprocesses;h=90c0c2e9b9dca4aa92e1b777454349cd21885416;hb=c5c45efab4fc692edd8fd4db88c0df1d5f6cefff;hp=7355057178501e5ee934ea1e77d93dbbe2cba127;hpb=c38b5107fcb9435ea7584e82f6c61319a9391fc0;p=lttng-tools.git 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