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)
commit1f5c5cf2c79331025e4d6a881688cd7fdffe428b
treee71454f11a6fca48046c466f97f15d84e21e8f08
parent8a389c90e9db2d826077a5ace8cbc300aea0d8d7
test: don't set LITEST_VERBOSE during make check

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