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.7.2~14 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=a3b436f9c9e5e1268fae95ed7c4f8d9381a8fa80;p=lttng-tools.git 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