From 4881bba88a421d8e7f41d58feb88b4ca459af87d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 5 Jul 2016 19:19:55 -0400 Subject: [PATCH] Tests: adjust type declaration test count MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- .../regression/ust/type-declarations/test_type_declarations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/ust/type-declarations/test_type_declarations.py b/tests/regression/ust/type-declarations/test_type_declarations.py index 5f78c9042..da2f57987 100644 --- a/tests/regression/ust/type-declarations/test_type_declarations.py +++ b/tests/regression/ust/type-declarations/test_type_declarations.py @@ -29,7 +29,7 @@ test_utils_path = test_utils_path + "/utils" sys.path.append(test_utils_path) from test_utils import * -NR_TESTS = 9 +NR_TESTS = 10 current_test = 1 print("1..{0}".format(NR_TESTS)) -- 2.34.1