summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-05-31 18:49:12 +0200
committerantirez <antirez@gmail.com>2011-05-31 18:49:12 +0200
commitfaa2a80f89b5a3cd35812e71893d812e2877ed2e (patch)
treef511aa09f9bd5e5794995dd55b3235c53208e471 /tests/test_helper.tcl
parent3fe40d6e3ce724de842bf690b3f5eebaf69fafa2 (diff)
downloadredis-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.tcl2
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"