From 3050aa9225f10e1dbd362c9c96f85ccca684128b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 13 Aug 2019 15:52:52 -0400 Subject: [PATCH] Fix: tests: update rotation ust number of tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- tests/regression/tools/rotation/test_ust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/tools/rotation/test_ust b/tests/regression/tools/rotation/test_ust index 62d4020b4..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 -- 2.34.1