summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-07-15 18:13:43 +0200
committerantirez <antirez@gmail.com>2011-07-15 18:13:43 +0200
commit563f4cfee52ff2327cfdb196c364ce53e7983581 (patch)
tree2cb2833e42c9e6637dd5ae9c3d8fa0795bca8a5e
parente8108591e441b331093f6ea9759d403ca071a811 (diff)
downloadredis-563f4cfee52ff2327cfdb196c364ce53e7983581.tar.gz
force VM usage when doing the VM test in 2.2, adding the really-use-vm config option.
-rw-r--r--tests/test_helper.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 9b1ba6347..353c99a47 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -128,7 +128,7 @@ proc execute_everything {} {
execute_tests "unit/slowlog"
# run tests with VM enabled
- set ::global_overrides {vm-enabled yes}
+ set ::global_overrides {vm-enabled yes really-use-vm yes}
execute_tests "unit/protocol"
execute_tests "unit/basic"
execute_tests "unit/type/list"