1
0
Fork 0

Adjust config db dir in test for the new way of having it named arangodb3

This commit is contained in:
Wilfried Goesgens 2016-05-04 15:28:49 +02:00
parent b11af7f6a4
commit a9e6665b8a
1 changed files with 1 additions and 2 deletions

View File

@ -518,7 +518,6 @@ function checkArangoAlive(arangod, options) {
arangod.exitStatus = res;
analyzeServerCrash(arangod, options, "health Check");
}
}
return ret;
@ -3968,7 +3967,7 @@ function unitTest(cases, options) {
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");
ARANGODUMP_BIN = fs.join(BIN_DIR, "arangodump");
ARANGOD_BIN = fs.join(BIN_DIR, "arangod");