]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Test: more MIGRATE tests.
[redis.git] / tests / test_helper.tcl
index 853193ccdc1f5349ded96703ef9ec5db8d9624e9..a376b8bb1cfb455cfd762c56ed3045eb10a95f41 100644 (file)
@@ -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.