diff options
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r-- | tests/test_helper.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 1a5096937..277fa3803 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -20,6 +20,7 @@ set ::all_tests { unit/keyspace unit/scan unit/info + unit/info-command unit/type/string unit/type/incr unit/type/list @@ -92,6 +93,7 @@ set ::all_tests { unit/cluster unit/client-eviction unit/violations + unit/replybufsize } # Index to the next test to run in the ::all_tests list. set ::next_test 0 |