summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2019-07-21 17:41:03 +0300
committerOran Agra <oran@redislabs.com>2019-07-22 21:15:33 +0300
commit3b6aeea44cf8bdc64214a5f145da55453722a9a2 (patch)
tree103e66717e30499dc4a2b3c7c8ef27133a323140 /runtest-moduleapi
parentbc5cb168f504c188c7e67ca61853fd73c341fa62 (diff)
downloadredis-3b6aeea44cf8bdc64214a5f145da55453722a9a2.tar.gz
Implement module api for aux data in rdb
Other changes: * fix memory leak in error handling of rdb loading of type OBJ_MODULE
Diffstat (limited to 'runtest-moduleapi')
-rwxr-xr-xruntest-moduleapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest-moduleapi b/runtest-moduleapi
index 84cdb9bb8..8e1c0cb23 100755
--- a/runtest-moduleapi
+++ b/runtest-moduleapi
@@ -13,4 +13,4 @@ then
fi
make -C tests/modules && \
-$TCLSH tests/test_helper.tcl --single unit/moduleapi/commandfilter "${@}"
+$TCLSH tests/test_helper.tcl --single unit/moduleapi/commandfilter --single unit/moduleapi/testrdb "${@}"