From 6baec202da86a2cfd38119fc5ef6b7e2958b279d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Meusel?= Date: Tue, 2 Jul 2024 14:56:47 +0200 Subject: [PATCH] run the cli tests multiple times --- src/scripts/ci_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ci_build.py b/src/scripts/ci_build.py index a9014d4a9d9..5d43a7f9481 100755 --- a/src/scripts/ci_build.py +++ b/src/scripts/ci_build.py @@ -769,7 +769,7 @@ def main(args=None): args.append('--run-slow-tests') if root_dir != '.': args.append('--test-data-dir=%s' % root_dir) - test_scripts = ['test_cli.py', 'test_cli_crypt.py'] + test_scripts = ['test_cli.py', 'test_cli.py', 'test_cli.py', 'test_cli.py', 'test_cli.py', 'test_cli_crypt.py'] for script in test_scripts: test_data_arg = [] cmds.append([py_interp, os.path.join(root_dir, 'src/scripts', script)] +