Merge branch 'unstable' of github.com:/antirez/redis into unstable

This commit is contained in:
antirez 2017-11-28 18:27:35 +01:00
commit aeee039a87

View File

@ -318,7 +318,7 @@ proc end_tests {} {
puts "GOOD! No errors." puts "GOOD! No errors."
exit 0 exit 0
} else { } else {
puts "WARNING $::failed tests faield." puts "WARNING $::failed test(s) failed."
exit 1 exit 1
} }
} }