vikunja-api/vendor/gitea.com/xorm/xorm-redis-cache/run_test.sh

7 lines
136 B
Bash
Raw Normal View History

2018-09-13 17:53:39 +00:00
redis-cli FLUSHALL
if [ $? == "0" ];then
go test -v -run=TestMysqlWithCache
else
echo "no redis-server running on localhost"
fi