Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
563f4cfe
Commit
563f4cfe
authored
Jul 15, 2011
by
antirez
Browse files
force VM usage when doing the VM test in 2.2, adding the really-use-vm config option.
parent
e8108591
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
563f4cfe
...
@@ -128,7 +128,7 @@ proc execute_everything {} {
...
@@ -128,7 +128,7 @@ proc execute_everything {} {
execute_tests
"unit/slowlog"
execute_tests
"unit/slowlog"
# run tests with VM enabled
# 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/protocol"
execute_tests
"unit/basic"
execute_tests
"unit/basic"
execute_tests
"unit/type/list"
execute_tests
"unit/type/list"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment