summaryrefslogtreecommitdiff
path: root/test/common.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-08-30 20:23:35 +0300
committerRan Benita <ran234@gmail.com>2012-09-03 10:31:12 +0300
commitf3c4032f35eceeeb2285559b9e87889ec36351d1 (patch)
treefd91eceb529ac58390c9d1d1106fe79d375b45f7 /test/common.c
parent8d7d9792d1e97abf09d6b93605884590e02f346e (diff)
downloadxorg-lib-libxkbcommon-f3c4032f35eceeeb2285559b9e87889ec36351d1.tar.gz
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>
Diffstat (limited to 'test/common.c')
-rw-r--r--test/common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/common.c b/test/common.c
index 351276e..8ab73cf 100644
--- a/test/common.c
+++ b/test/common.c
@@ -101,9 +101,6 @@ test_get_context(void)
xkb_context_include_path_append(ctx, test_get_path(""));
- xkb_set_log_level(ctx, XKB_LOG_LEVEL_DEBUG);
- xkb_set_log_verbosity(ctx, 101);
-
return ctx;
}