Commit e5448487 authored by antirez's avatar antirez
Browse files

fixed assert proc on Redis test

parent 80e87a46
...@@ -5,7 +5,7 @@ set ::tests_failed {} ...@@ -5,7 +5,7 @@ set ::tests_failed {}
proc assert {condition} { proc assert {condition} {
if {![uplevel 1 expr $condition]} { if {![uplevel 1 expr $condition]} {
error "assertion:Expected '$value' to be true" error "assertion:Expected condition '$condition' to be true"
} }
} }
......
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