summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2019-07-24 12:58:15 +0300
committerOran Agra <oran@redislabs.com>2019-07-24 12:58:15 +0300
commite91d9a6fffcac20adfb4fdf2d8fb365ec0816261 (patch)
tree110062bb352c4df59c893185b65a17132ec479fc /runtest-moduleapi
parentbc5cb168f504c188c7e67ca61853fd73c341fa62 (diff)
downloadredis-e91d9a6fffcac20adfb4fdf2d8fb365ec0816261.tar.gz
Extend modules API to allow modules report to redis INFO
this implements #6012
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..9bf12677d 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/infotest "${@}"