X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2Ftest_ust;h=696baeceeee382743e2656d9b91c25dccddc9da8;hb=f81fab0d29f9c5e230629b8aed7ed400ece4ce2a;hp=a4988dada45cd9efa37aca1f23cc66715b706032;hpb=263fa20d53f11a189ca5a947f55240efcb12262c;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)