From 4cc3dc03fc8419abde6e77dceda773a19a246c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 10 Dec 2016 03:58:27 +0100 Subject: =?UTF-8?q?The=20config=20module=20doesn=E2=80=99t=20use=20the=20l?= =?UTF-8?q?ogger=20at=20all?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/config.cpp') diff --git a/tests/config.cpp b/tests/config.cpp index a6fa92a..ec9844f 100644 --- a/tests/config.cpp +++ b/tests/config.cpp @@ -8,7 +8,7 @@ TEST_CASE("Config basic") { // Disable all output for this test - IoTester out(std::cout); + IoTester out(std::cerr); // Write a value in the config file Config::read_conf("test.cfg"); Config::set("coucou", "bonjour", true); -- cgit v1.2.3