From 3d68e4ede3a584d420b1255a724feba6173cc496 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 2 Jun 2017 08:32:22 +1000 Subject: [PATCH] meson: drop LITEST_VERBOSE environment variable Removed from autotools in 1f5c5cf2c but somehow made a comeback Signed-off-by: Peter Hutterer --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 3b2df8d4..e1d18939 100644 --- a/meson.build +++ b/meson.build @@ -581,8 +581,7 @@ if get_option('enable-tests') install : false) test('libinput-test-suite-runner', libinput_test_runner, - timeout : 3600, - env : [ 'LITEST_VERBOSE=1' ]) + timeout : 3600) # build-test only executable('test-build-pedantic',