提交 aef28de9 authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix tests

上级 ca6418b2
...@@ -273,7 +273,7 @@ public abstract class TestBase { ...@@ -273,7 +273,7 @@ public abstract class TestBase {
url = name; url = name;
} }
if (config.mvStore) { if (config.mvStore) {
url = addOption(name, "MV_STORE", "true"); url = addOption(url, "MV_STORE", "true");
} }
if (!config.memory) { if (!config.memory) {
if (config.smallLog && admin) { if (config.smallLog && admin) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论