Skip to content

Commit 5b2285d

Browse files
author
Luca Guidi
committed
Don't complain about missing tmp/*.rdb missing files
1 parent 89526ea commit 5b2285d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace :test do
2727
end
2828

2929
task :prepare do
30-
`mkdir -p tmp/pids && rm tmp/*.rdb`
30+
`mkdir -p tmp/pids && rm tmp/*.rdb` rescue nil
3131
end
3232

3333
load 'tasks/redis.tasks.rb'

0 commit comments

Comments
 (0)