X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fsnapshots%2Fust_test;h=f65906f11fe5d8aa3e7ddbaba77de86c9e285bf5;hb=086e6add1bf22aa48ef5a3c3e800eea7020a1fed;hp=54e1d88a02eb01e43745a05b0414df1aa75ef36e;hpb=034a784813438dd99cfd1c1ea2fc9ee713dad345;p=lttng-tools.git diff --git a/tests/regression/tools/snapshots/ust_test b/tests/regression/tools/snapshots/ust_test index 54e1d88a0..f65906f11 100755 --- a/tests/regression/tools/snapshots/ust_test +++ b/tests/regression/tools/snapshots/ust_test @@ -182,7 +182,7 @@ function test_ust_local_snapshot () function test_ust_local_snapshot_max_size () { page_size=`getconf PAGE_SIZE` - num_cpus=`nproc` + num_cpus=$(conf_proc_count) # The minimum subbuf size is the platform PAGE_SIZE subbuf_size=$(($page_size*2)) @@ -268,7 +268,7 @@ function enable_channel_per_uid_mmap_overwrite() function test_ust_per_uid_local_snapshot () { - diag "Test local UST snapshots" + diag "Test per-uid local UST snapshots" create_lttng_session_no_output $SESSION_NAME enable_channel_per_uid_mmap_overwrite $SESSION_NAME $CHANNEL_NAME enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME $CHANNEL_NAME