From 9d38a270dbc8ca465084e79521be218c83953396 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 28 May 2020 10:22:22 +0200 Subject: [PATCH] Test: add the tracking unit as default. --- tests/test_helper.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 7fc0e6f00..fba54acb5 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -65,6 +65,7 @@ set ::all_tests { unit/wait unit/pendingquerybuf unit/tls + unit/tracking } # Index to the next test to run in the ::all_tests list. set ::next_test 0