mirror of https://gitee.com/bigwinds/arangodb
Adjust config db dir in test for the new way of having it named arangodb3
This commit is contained in:
parent
b11af7f6a4
commit
a9e6665b8a
|
@ -518,7 +518,6 @@ function checkArangoAlive(arangod, options) {
|
||||||
arangod.exitStatus = res;
|
arangod.exitStatus = res;
|
||||||
analyzeServerCrash(arangod, options, "health Check");
|
analyzeServerCrash(arangod, options, "health Check");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
@ -3968,7 +3967,7 @@ function unitTest(cases, options) {
|
||||||
UNITTESTS_DIR = fs.join(UNITTESTS_DIR, options.buildType);
|
UNITTESTS_DIR = fs.join(UNITTESTS_DIR, options.buildType);
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG_DIR = fs.join(TOP_DIR, builddir, "etc", "arangodb");
|
CONFIG_DIR = fs.join(TOP_DIR, builddir, "etc", "arangodb3");
|
||||||
ARANGOBENCH_BIN = fs.join(BIN_DIR, "arangobench");
|
ARANGOBENCH_BIN = fs.join(BIN_DIR, "arangobench");
|
||||||
ARANGODUMP_BIN = fs.join(BIN_DIR, "arangodump");
|
ARANGODUMP_BIN = fs.join(BIN_DIR, "arangodump");
|
||||||
ARANGOD_BIN = fs.join(BIN_DIR, "arangod");
|
ARANGOD_BIN = fs.join(BIN_DIR, "arangod");
|
||||||
|
|
Loading…
Reference in New Issue