summaryrefslogtreecommitdiff
path: root/runtest-moduleapi
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2019-10-03 18:44:47 +0200
committerantirez <antirez@gmail.com>2019-10-03 18:44:50 +0200
commit1b8b8c029fa09511bfeb01c1808456de7a28565d (patch)
tree7ca4be08a05c9f1f09098144000507824268a772 /runtest-moduleapi
parent55a3da87f83c7c912b6c981a3e9fb1259179007a (diff)
downloadredis-1b8b8c029fa09511bfeb01c1808456de7a28565d.tar.gz
Modules: add RM_Replicate() Tcl test file & fix the 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 1f090ff65..a16cca686 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 "${@}"
+$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 "${@}"