Skip to content

Commit 339527f

Browse files
committed
build: Run tests without capturing output
This makes it easier to see what went wrong when a test failed.
1 parent 0cdc941 commit 339527f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pytest_args = [
44
meson.current_source_dir(),
55
'--verbose',
66
'--log-level=DEBUG',
7+
'-s',
78
]
89

910
pytest_env = environment()

0 commit comments

Comments
 (0)