Adds host to redis setup as it does not make sense to continue if there is no host in redis.

This commit is contained in:
Raul Ochoa 2014-07-04 11:47:44 +02:00
parent bfdcee3772
commit 0dfd51f81a

View File

@ -87,6 +87,7 @@ if test x"$PREPARE_REDIS" = xyes; then
cat <<EOF | redis-cli -p ${REDIS_PORT} -n 5
HMSET rails:users:localhost id ${TESTUSERID} \
database_name '${TEST_DB}' \
database_host localhost \
map_key 1234
SADD rails:users:localhost:map_key 1235
EOF