From: antirez Date: Thu, 26 Aug 2010 15:52:02 +0000 (+0200) Subject: redis-cli tests commented out since there is a problem with the CI server and this... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/588cd980e93a1a9f6afae85ed52ec74ff3d811e1?ds=inline redis-cli tests commented out since there is a problem with the CI server and this tests, will be activated again once the problem is fixed --- diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 4ae9cc65..ee7fa3e1 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -95,7 +95,7 @@ proc main {} { execute_tests "unit/cas" execute_tests "integration/replication" execute_tests "integration/aof" - execute_tests "integration/redis-cli" +# execute_tests "integration/redis-cli" execute_tests "unit/pubsub" # run tests with VM enabled