Skip to content

Commit 25a9ee5

Browse files
committed
meson.build: make pytest verbose
1 parent 356d9a2 commit 25a9ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ subdir('src')
104104

105105
pytest = py_module.find_installation(modules: ['pytest'], required: false)
106106
if pytest.found()
107-
test('pytest', pytest, args: ['-m', 'pytest'], workdir: meson.current_source_dir(), timeout: 300)
107+
test('pytest', pytest, args: ['-m', 'pytest'], workdir: meson.current_source_dir(), timeout: 300, verbose: true, is_parallel: false)
108108
else
109109
message('pytest not found, skipping tests')
110110
endif

0 commit comments

Comments
 (0)