X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fwildcard%2Ftest_event_wildcard;h=51d7321a9755325a17d21a110243005401909aca;hp=126bdae6bff7e3ea2b86577f40f37bed386a068a;hb=0f6fd3631d4ef411b09f3136ca6929b31014d27e;hpb=4a180d9f41bd4d369745c6e6f5066a6c281cca1c diff --git a/tests/regression/tools/wildcard/test_event_wildcard b/tests/regression/tools/wildcard/test_event_wildcard index 126bdae6b..51d7321a9 100755 --- a/tests/regression/tools/wildcard/test_event_wildcard +++ b/tests/regression/tools/wildcard/test_event_wildcard @@ -28,7 +28,7 @@ SESSION_NAME="wildcard" NR_ITER=100 NUM_GLOBAL_TESTS=2 NUM_UST_TESTS=37 -NUM_KERNEL_TESTS=37 +NUM_KERNEL_TESTS=30 NUM_TESTS=$(($NUM_UST_TESTS+$NUM_KERNEL_TESTS+$NUM_GLOBAL_TESTS)) source $TESTDIR/utils/utils.sh @@ -124,7 +124,6 @@ skip $isroot "Root access is needed. Skipping all kernel wildcard tests." $NUM_K EVENT_NAME="lttng_test_filter_event" test_event_wildcard kernel 1 'lttng_test_*' - test_event_wildcard kernel 1 '*' test_event_wildcard kernel 1 'lttng_test_filter_event*' test_event_wildcard kernel 0 'lttng_test_asdfasdf*'