X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=redismodule%2Ftst%2Fsrc%2Fmain.cpp;h=e21746868dd7b3af7006d5f5a26de8353a73c881;hb=refs%2Fchanges%2F89%2F7589%2F3;hp=eb097541d1ef3d978bd17b79da6e6eaa164041fc;hpb=99f548c04df61680aa16e76f8135201cb09914be;p=ric-plt%2Fdbaas.git diff --git a/redismodule/tst/src/main.cpp b/redismodule/tst/src/main.cpp index eb09754..e217468 100755 --- a/redismodule/tst/src/main.cpp +++ b/redismodule/tst/src/main.cpp @@ -27,5 +27,6 @@ extern "C" { int main(int ac, char** av) { - return CommandLineTestRunner::RunAllTests(ac, av); + MemoryLeakWarningPlugin::turnOffNewDeleteOverloads(); + return CommandLineTestRunner::RunAllTests(ac, av); }