X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2Ftest_ust;h=696baeceeee382743e2656d9b91c25dccddc9da8;hb=b0d240a2e2204087ff1634f0bd265660c0582f33;hp=a4988dada45cd9efa37aca1f23cc66715b706032;hpb=3b33e9e731f2091e8aa13ea035c295ed6f101eac;p=lttng-tools.git diff --git a/tests/regression/tools/rotation/test_ust b/tests/regression/tools/rotation/test_ust index a4988dada..696baecee 100755 --- a/tests/regression/tools/rotation/test_ust +++ b/tests/regression/tools/rotation/test_ust @@ -27,7 +27,7 @@ EVENT_NAME="tp:tptest" TRACE_PATH=$(mktemp -d) -NUM_TESTS=142 +NUM_TESTS=136 source $TESTDIR/utils/utils.sh source $CURDIR/rotate_utils.sh @@ -207,8 +207,6 @@ tests=( test_ust_streaming_uid test_ust_local_uid \ test_ust_local_timer_pid test_ust_streaming_timer_pid \ test_incompatible_sessions ) -#tests=( test_ust_local_timer_uid ) - for fct_test in ${tests[@]}; do SESSION_NAME=$(randstring 16 0)