Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2022-02-03 19:12:53 +0300
committertamasmeszaros <meszaros.q@gmail.com>2022-02-03 19:12:53 +0300
commit7a092467a823be49c2e724fbb2d7d1916610179a (patch)
tree4f246d985f4644b36f9e431d03452e3da37a9afe /tests
parent3785ad3de494dae7888c8d97a0ee5aa38861e69e (diff)
Disable overly detailed test outputs
Diffstat (limited to 'tests')
-rw-r--r--tests/catch_main.hpp2
1 files changed, 1 insertions, 1 deletions
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 <catch2/catch.hpp>
namespace Catch {