From c9c23e5e42ba7695f1f8dfbc29c7d1bca4d3b42e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 4 Aug 2022 09:09:36 +1000 Subject: meson.build: run pytest with lots of verbosity Makes things a lot easier to debug in the resulting meson-logs/testlog.txt Signed-off-by: Peter Hutterer --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 20ee652..567cb4c 100644 --- a/meson.build +++ b/meson.build @@ -129,6 +129,7 @@ test('files-in-git', pytest = find_program('pytest-3', required: false) if pytest.found() test('pytests', pytest, + args: ['-vv', '--log-level=DEBUG'], workdir: meson.current_source_dir(), env: ['LIBWACOM_DATA_DIR=@0@'.format(dir_src_data)]) endif -- cgit v1.2.1