Modules: add RM_Replicate() Tcl test file & fix the module.

This commit is contained in:
antirez
2019-10-03 18:44:47 +02:00
parent 55a3da87f8
commit 1b8b8c029f
3 changed files with 32 additions and 1 deletions

View File

@ -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 "${@}"