From 7cbbfa7c7e0fba134838c5c9c58d2d3174232882 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 19 Feb 2015 16:17:01 +0100 Subject: Make unit tests work again. Makefile target 'check' runs them. --- test/config/check.config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/config/check.config (limited to 'test/config/check.config') diff --git a/test/config/check.config b/test/config/check.config new file mode 100644 index 0000000..fa84f34 --- /dev/null +++ b/test/config/check.config @@ -0,0 +1,4 @@ +%% -*- erlang -*- +[{lager, + [{handlers, + [{lager_console_backend, debug}]}]}]. -- cgit v1.1 From ffe6f80e1696a4bb0c9378549661116650109662 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 20 Feb 2015 12:21:48 +0100 Subject: Use log level 'warning' for tests. Debug is so messy. --- test/config/check.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/config/check.config') diff --git a/test/config/check.config b/test/config/check.config index fa84f34..4180771 100644 --- a/test/config/check.config +++ b/test/config/check.config @@ -1,4 +1,4 @@ %% -*- erlang -*- [{lager, [{handlers, - [{lager_console_backend, debug}]}]}]. + [{lager_console_backend, warning}]}]}]. -- cgit v1.1