X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2feef47aa1642df8637522c3d0b8efa16ec4bbc0..989a7820ca0cb1b88493797fdecd2e7168558859:/tests/test_helper.tcl?ds=sidebyside diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 853193cc..a376b8bb 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.