From c08eb8e74d32dcf99f1d02b6e33ba0ae9ac17f09 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 ba8fceae..ae076fc2 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -32,6 +32,7 @@ set ::all_tests { unit/pubsub unit/slowlog unit/maxmemory + unit/introspection } # Index to the next test to run in the ::all_tests list. set ::next_test 0