meson: drop LITEST_VERBOSE environment variable

Removed from autotools in 1f5c5cf2c but somehow made a comeback

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-06-02 08:32:22 +10:00
parent 09a8c5b505
commit 3d68e4ede3

View file

@ -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',