Add updated version of Redis modules
[ric-plt/dbaas.git] / redismodule / run-tests.sh.in
index 57a6843..194095d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-./redismodule_ut
+valgrind --leak-check=full ./redismodule_ut
 if [ $? != 0 ]
 then
    exit -1