Skip to content

Commit

Permalink
meson.build: make pytest more verbose (#689)
Browse files Browse the repository at this point in the history
This makes it easier to analyze log files
  • Loading branch information
whot authored May 14, 2024
1 parent 365a1d0 commit bbc4290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ if get_option('tests').enabled()
pytest = find_program('pytest-3', 'pytest')
test('pytest',
pytest,
args: [meson.current_source_dir()],
args: ['--verbose', '--log-level=DEBUG', meson.current_source_dir()],
env: env,
suite: ['all'])
endif
Expand Down

0 comments on commit bbc4290

Please sign in to comment.