Skip to content

Commit

Permalink
tests: Make pytest more verbose
Browse files Browse the repository at this point in the history
The difference between sets of strings is unhelpfully truncated
when `--verbose` is only used once.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Sep 2, 2024
1 parent 26c2576 commit 9f3583a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if meson.version().version_compare('>= 0.56.0')

test('pytest',
pytest,
args: ['--verbose', '--log-level=DEBUG'],
args: ['--verbose', '--verbose', '--log-level=DEBUG'],
env: test_env,
workdir: meson.current_source_dir(),
timeout: 60,
Expand Down

0 comments on commit 9f3583a

Please sign in to comment.