From f4bddefecd70e85cd95c72869a1bd8de3274e79e Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 19 Dec 2011 10:18:21 +0100 Subject: [PATCH] unit/introspection added among tests executed by default --- tests/test_helper.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 459784cd6..41c3557dc 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