Skip to content

Commit

Permalink
run the cli tests multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Jul 2, 2024
1 parent fb0ce7c commit 6baec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)] +
Expand Down

0 comments on commit 6baec20

Please sign in to comment.