From 8f09eec36c87b9c57fa772e4b726f497e5f39d7b Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Thu, 4 Jun 2020 09:23:59 -0700 Subject: [PATCH] Disabled use of valgrind memcheck during daemon regression tests --- daemon/tests/daemon_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/tests/daemon_test.cpp b/daemon/tests/daemon_test.cpp index 2e6f31d..0fdf473 100644 --- a/daemon/tests/daemon_test.cpp +++ b/daemon/tests/daemon_test.cpp @@ -34,7 +34,7 @@ #include #if ! (defined (__arm__) || defined (__arm64__)) -#define _MEMORY_CHECK_ +//#define _MEMORY_CHECK_ #endif constexpr static const char g_daemon_address[] = "127.0.0.1";