]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Use helper function for string object length
[redis.git] / tests / test_helper.tcl
index 1852fa7b5d7485473fab2f851def5e0f3148e723..2b7a8957772dbd1e57b4f73bfa362fe8392f1205 100644 (file)
@@ -189,6 +189,8 @@ for {set j 0} {$j < [llength $argv]} {incr j} {
             }
         }
         incr j
+    } elseif {$opt eq {--valgrind}} {
+        set ::valgrind 1
     } elseif {$opt eq {--file}} {
         set ::file $arg
         incr j