Commit fb311531 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Improve output from redis check

parent 93352614
......@@ -32,4 +32,10 @@ end
puts "\n"
print "Send ping to redis server: "
abort unless GitlabNet.new.redis_client.ping
if GitlabNet.new.redis_client.ping
print 'OK'
else
abort 'FAILED'
end
puts "\n"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment