This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/go-xorm/xorm-redis-cache/run_test.sh
2018-06-10 11:11:42 +02:00

6 lines
136 B
Bash
Executable file

redis-cli FLUSHALL
if [ $? == "0" ];then
go test -v -run=TestMysqlWithCache
else
echo "no redis-server running on localhost"
fi