diff options
author | Oran Agra <oran@redislabs.com> | 2019-07-24 12:58:15 +0300 |
---|---|---|
committer | Oran Agra <oran@redislabs.com> | 2019-07-24 12:58:15 +0300 |
commit | e91d9a6fffcac20adfb4fdf2d8fb365ec0816261 (patch) | |
tree | 110062bb352c4df59c893185b65a17132ec479fc /runtest-moduleapi | |
parent | bc5cb168f504c188c7e67ca61853fd73c341fa62 (diff) | |
download | redis-e91d9a6fffcac20adfb4fdf2d8fb365ec0816261.tar.gz |
Extend modules API to allow modules report to redis INFO
this implements #6012
Diffstat (limited to 'runtest-moduleapi')
-rwxr-xr-x | runtest-moduleapi | 2 |
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 "${@}" |