From 7a092467a823be49c2e724fbb2d7d1916610179a Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Thu, 3 Feb 2022 17:12:53 +0100 Subject: [PATCH] Disable overly detailed test outputs --- tests/catch_main.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/catch_main.hpp b/tests/catch_main.hpp index 5ab71fdd7..ca5b47da8 100644 --- a/tests/catch_main.hpp +++ b/tests/catch_main.hpp @@ -3,7 +3,7 @@ #define CATCH_CONFIG_EXTERNAL_INTERFACES #define CATCH_CONFIG_MAIN -#define CATCH_CONFIG_DEFAULT_REPORTER "verboseconsole" +// #define CATCH_CONFIG_DEFAULT_REPORTER "verboseconsole" #include namespace Catch {