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