Set log level for tests through env, not directly
authorRan Benita <ran234@gmail.com>
Thu, 30 Aug 2012 17:23:35 +0000 (20:23 +0300)
committerRan Benita <ran234@gmail.com>
Mon, 3 Sep 2012 07:31:12 +0000 (10:31 +0300)
commitf3c4032f35eceeeb2285559b9e87889ec36351d1
treefd91eceb529ac58390c9d1d1106fe79d375b45f7
parent8d7d9792d1e97abf09d6b93605884590e02f346e
Set log level for tests through env, not directly

This way the test logs have all the information, but we don't get eye
bleed every time we run them manually. One can always use
TESTS_ENVIRONMENT (we correctly use AM_TESTS_ENVIRONMENT now), or set
the envvars from the shell.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
test/common.c