summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-11-14 12:12:52 +0100
committerantirez <antirez@gmail.com>2012-11-14 12:12:52 +0100
commit989a7820ca0cb1b88493797fdecd2e7168558859 (patch)
tree82a6266ab95e9ba3f63fdd31f9ec07e546e6ff7b /tests/test_helper.tcl
parent2feef47aa1642df8637522c3d0b8efa16ec4bbc0 (diff)
downloadredis-989a7820ca0cb1b88493797fdecd2e7168558859.tar.gz
Test: more MIGRATE tests.
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 853193ccd..a376b8bb1 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -11,6 +11,7 @@ source tests/support/util.tcl
set ::all_tests {
unit/printver
+ unit/dump
unit/auth
unit/protocol
unit/basic
@@ -40,7 +41,6 @@ set ::all_tests {
unit/introspection
unit/limits
unit/obuf-limits
- unit/dump
unit/bitops
}
# Index to the next test to run in the ::all_tests list.