Skip to content

Commit 3bdd465

Browse files
committed
Allow error output when checking redis-cli executable
1 parent d2dedee commit 3bdd465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dirs.each do |dir|
3131
end
3232

3333
print "Testing redis-cli executable: "
34-
unless system(*config.redis_command, '--version', err: '/dev/null')
34+
unless system(*config.redis_command, '--version')
3535
abort "FAILED"
3636
end
3737

0 commit comments

Comments
 (0)