]> git.saurik.com Git - redis.git/commitdiff
removed obsolete code
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 2 Jun 2010 19:29:47 +0000 (21:29 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 2 Jun 2010 19:53:15 +0000 (21:53 +0200)
tests/support/test.tcl
tests/test_helper.tcl

index 1fdeb1e9a49777353696fe0115b6f6e4b6668415..a7bcc80186af55390f962ff9a4d4da3554dee363 100644 (file)
@@ -4,7 +4,6 @@ set ::testnum 0
 
 proc test {name code okpattern} {
     incr ::testnum
-    # if {$::testnum < $::first || $::testnum > $::last} return
     puts -nonewline [format "#%03d %-68s " $::testnum $name]
     flush stdout
     if {[catch {set retval [uplevel 1 $code]} error]} {
index 49239a3a96242e691025d628323b19b3564f2a7d..69d9bbf945762b14df7a9be7d139c8be416d6a90 100644 (file)
@@ -15,7 +15,6 @@ set ::traceleaks 0
 set ::valgrind 0
 
 proc execute_tests name {
-    set cur $::testnum
     source "tests/$name.tcl"
 }