X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=redismodule%2Ftst%2Fsrc%2Fmain.cpp;fp=redismodule%2Ftst%2Fsrc%2Fmain.cpp;h=e21746868dd7b3af7006d5f5a26de8353a73c881;hb=23808aa82b74e248e265e70db4a831124ae88460;hp=eb097541d1ef3d978bd17b79da6e6eaa164041fc;hpb=4ee7adebe245a8b294c771b20d5fb494707312a5;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); }