mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 00:31:03 +00:00
removed obsolete code
This commit is contained in:
parent
436f18b618
commit
38273a9ed6
@ -4,7 +4,6 @@ set ::testnum 0
|
|||||||
|
|
||||||
proc test {name code okpattern} {
|
proc test {name code okpattern} {
|
||||||
incr ::testnum
|
incr ::testnum
|
||||||
# if {$::testnum < $::first || $::testnum > $::last} return
|
|
||||||
puts -nonewline [format "#%03d %-68s " $::testnum $name]
|
puts -nonewline [format "#%03d %-68s " $::testnum $name]
|
||||||
flush stdout
|
flush stdout
|
||||||
if {[catch {set retval [uplevel 1 $code]} error]} {
|
if {[catch {set retval [uplevel 1 $code]} error]} {
|
||||||
|
@ -15,7 +15,6 @@ set ::traceleaks 0
|
|||||||
set ::valgrind 0
|
set ::valgrind 0
|
||||||
|
|
||||||
proc execute_tests name {
|
proc execute_tests name {
|
||||||
set cur $::testnum
|
|
||||||
source "tests/$name.tcl"
|
source "tests/$name.tcl"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user