diff options
author | antirez <antirez@gmail.com> | 2011-05-31 18:49:12 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-05-31 18:49:12 +0200 |
commit | faa2a80f89b5a3cd35812e71893d812e2877ed2e (patch) | |
tree | f511aa09f9bd5e5794995dd55b3235c53208e471 /tests/test_helper.tcl | |
parent | 3fe40d6e3ce724de842bf690b3f5eebaf69fafa2 (diff) | |
download | redis-faa2a80f89b5a3cd35812e71893d812e2877ed2e.tar.gz |
disabled development test entry, tests moved in the right place
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r-- | tests/test_helper.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index bce8ded59..e2a9e5252 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -110,7 +110,7 @@ proc cleanup {} { } proc execute_everything {} { - if 1 { + if 0 { # Use this when hacking on new tests. set ::verbose 1 execute_tests "unit/first" |