From 3b8ab2d84e26b03057bf10dbb3bdd2e411b258a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 6 Jul 2016 19:39:10 -0400 Subject: [PATCH] Tests: adjust ust-dl planned test count MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/regression/ust/ust-dl/test_ust-dl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/ust/ust-dl/test_ust-dl.py b/tests/regression/ust/ust-dl/test_ust-dl.py index e60a65a93..22c1dca8d 100644 --- a/tests/regression/ust/ust-dl/test_ust-dl.py +++ b/tests/regression/ust/ust-dl/test_ust-dl.py @@ -31,7 +31,7 @@ sys.path.append(test_utils_path) from test_utils import * -NR_TESTS = 11 +NR_TESTS = 14 current_test = 1 print("1..{0}".format(NR_TESTS)) -- 2.34.1