summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-10-24 10:41:25 +0200
committerantirez <antirez@gmail.com>2019-10-24 10:41:25 +0200
commit39f2ab595cb4adb7eb964a2317734f8f7d2892b4 (patch)
tree57366b0d6a781764333551852992f4a3adf5ea88 /runtest-moduleapi
parent7cefbeaad5dc299e9b9e26fbb1f517012756a89a (diff)
downloadredis-39f2ab595cb4adb7eb964a2317734f8f7d2892b4.tar.gz
Modules hooks: initial Tcl test file.
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 a16cca686..444204919 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 --single unit/moduleapi/fork --single unit/moduleapi/testrdb --single unit/moduleapi/infotest --single unit/moduleapi/propagate "${@}"
+$TCLSH tests/test_helper.tcl --single unit/moduleapi/commandfilter --single unit/moduleapi/fork --single unit/moduleapi/testrdb --single unit/moduleapi/infotest --single unit/moduleapi/propagate --single unit/moduleapi/hooks "${@}"