From: antirez Date: Mon, 19 Dec 2011 09:18:21 +0000 (+0100) Subject: unit/introspection added among tests executed by default X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/f4bddefecd70e85cd95c72869a1bd8de3274e79e?ds=inline unit/introspection added among tests executed by default --- diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 459784cd..41c3557d 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -34,6 +34,7 @@ set ::all_tests { unit/slowlog unit/scripting unit/maxmemory + unit/introspection } # Index to the next test to run in the ::all_tests list. set ::next_test 0