using own version of redis-cell

This commit is contained in:
Simon Martín 2018-02-26 16:27:07 +01:00
parent b48dcc1418
commit a97e628520
2 changed files with 1 additions and 1 deletions

BIN
libredis_cell.so Executable file

Binary file not shown.

View File

@ -106,7 +106,7 @@ TESTS=$@
if test x"$OPT_CREATE_REDIS" = xyes; then
echo "Starting redis on port ${REDIS_PORT}"
echo "port ${REDIS_PORT}" | redis-server - --loadmodule /lib/libredis_cell.so > ${BASEDIR}/test.log &
echo "port ${REDIS_PORT}" | redis-server - --loadmodule ./libredis_cell.so > ${BASEDIR}/test.log &
PID_REDIS=$!
echo ${PID_REDIS} > ${BASEDIR}/redis.pid
fi