From: Mathieu Desnoyers Date: Tue, 13 Aug 2019 20:27:51 +0000 (-0400) Subject: Fix: test_kernel rotation: expect 60 rather than 64 X-Git-Tag: v2.12.0-rc1~482 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=45bfac316df9ad32c3e41b89fc157ce1cbb7c302;ds=sidebyside Fix: test_kernel rotation: expect 60 rather than 64 Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/rotation/test_kernel b/tests/regression/tools/rotation/test_kernel index 9a634b70b..ba084bc44 100755 --- a/tests/regression/tools/rotation/test_kernel +++ b/tests/regression/tools/rotation/test_kernel @@ -22,7 +22,7 @@ EVENT_NAME="lttng_test_filter_event" TRACE_PATH=$(mktemp -d) -NUM_TESTS=64 +NUM_TESTS=60 source $TESTDIR/utils/utils.sh source $CURDIR/rotate_utils.sh