diff --git a/src/scripts/ci_build.py b/src/scripts/ci_build.py index beb4c1a5cd7..cfed2d83e89 100755 --- a/src/scripts/ci_build.py +++ b/src/scripts/ci_build.py @@ -757,7 +757,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)] +