mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +00:00
test.py: Make --log-level work again.
Was regressed away. Just apply the values to pytest invocation
This commit is contained in:
2
test.py
2
test.py
@@ -369,6 +369,8 @@ def run_pytest(options: argparse.Namespace) -> int:
|
||||
args.append('--save-log-on-success')
|
||||
if options.markers:
|
||||
args.append(f'-m={options.markers}')
|
||||
if options.log_level:
|
||||
args.append(f'--log-level={options.log_level}')
|
||||
args.extend(files_to_run)
|
||||
exit_code = pytest.main(args=args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user