Testing framework fixes and improvements backported from 2.6.

This commit is contained in:
antirez
2012-04-30 11:47:47 +02:00
parent 63bae7c553
commit 28500d193f
4 changed files with 52 additions and 16 deletions

View File

@ -294,3 +294,7 @@ proc csvdump r {
proc csvstring s {
return "\"$s\""
}
proc roundFloat f {
format "%.10g" $f
}