Tests: fix: test_kernel_function: erroneous test count
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 10 Feb 2022 22:53:56 +0000 (17:53 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Feb 2022 21:46:10 +0000 (16:46 -0500)
The test_kernel_function test runs one extra test which causes it to be
marked as failed. Adjust the count to fit the number of tests.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ia861cf7b0123fdf19405bb84271ddda76f9fd6e7

tests/regression/kernel/test_kernel_function

index 8b37a91625d9b0d30bb00721aba3c856fdb34229..b1d5491fcd201835c39e77065552c1ea3b8cf2c3 100755 (executable)
@@ -9,7 +9,7 @@ TEST_DESC="Kernel tracer - function event"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../..
-NUM_TESTS=6
+NUM_TESTS=7
 
 source $TESTDIR/utils/utils.sh
 
This page took 0.02573 seconds and 4 git commands to generate.