Commit 6c194dae authored by antirez's avatar antirez
Browse files

VM tests commented out for 2.4

parent 7a4c4682
......@@ -134,6 +134,7 @@ proc execute_everything {} {
execute_tests "unit/pubsub"
# run tests with VM enabled
if 0 {
set ::global_overrides {vm-enabled yes}
execute_tests "unit/protocol"
execute_tests "unit/basic"
......@@ -145,6 +146,7 @@ proc execute_everything {} {
execute_tests "unit/expire"
execute_tests "unit/other"
execute_tests "unit/cas"
}
}
proc main {} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment