From: Jonathan Rajotte Date: Thu, 15 Oct 2015 20:45:30 +0000 (-0400) Subject: Fix: There is more tests than the plan X-Git-Tag: v2.8.0-rc1~255 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ea26306076d26c40ed31e4f9170dc2852bda502f Fix: There is more tests than the plan Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/tracefile-limits/test_tracefile_size b/tests/regression/tools/tracefile-limits/test_tracefile_size index 809490c09..10bd077b5 100755 --- a/tests/regression/tools/tracefile-limits/test_tracefile_size +++ b/tests/regression/tools/tracefile-limits/test_tracefile_size @@ -28,7 +28,7 @@ TESTAPP_PATH="$TESTDIR/utils/testapp" TESTAPP_NAME="gen-ust-events" TESTAPP_BIN="$TESTAPP_PATH/$TESTAPP_NAME/$TESTAPP_NAME" -NUM_TESTS=58 +NUM_TESTS=66 source $TESTDIR/utils/utils.sh