test: don't set LITEST_VERBOSE during make check
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 19 Dec 2016 22:52:19 +0000 (08:52 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 19 Dec 2016 22:53:35 +0000 (08:53 +1000)
I've never had the log output help me identify a bug during a test run. Now
that we run all tests in the same binary the verbosity just leads to a massive
file that makes it hard to find the actual failure. Turn off LITEST_VERBOSE by
default but leave the parsing in for cases where it may come in handy.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
test/Makefile.am

index 6dfc138621c380a6cad4615639bda6942f47c32e..f43cf522ea0d04e64f73ffe09b8ecf37a72dd8da 100644 (file)
@@ -143,8 +143,6 @@ test_build_linker_LDADD = $(top_builddir)/src/libinput.la $(top_builddir)/src/li
 test_build_cxx_SOURCES = build-cxx.cc
 test_build_cxx_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter $(AM_CXXFLAGS)
 
-AM_TESTS_ENVIRONMENT= LITEST_VERBOSE=1; export LITEST_VERBOSE;
-
 if HAVE_VALGRIND
 VALGRIND_FLAGS=--leak-check=full \
               --quiet \