1
0
Fork 0

fixed dump test

This commit is contained in:
Jan Steemann 2016-01-25 12:56:05 +01:00
parent 8318589f8f
commit af5c6af5db
1 changed files with 1 additions and 1 deletions

View File

@ -2232,7 +2232,7 @@ testFuncs.dump = function(options) {
print(Date() + ": Dump and Restore - dump 2");
results.test = runInArangosh(options, instanceInfo,
makePathUnix("js/server/tests/dump" + cluster + ".js"), {
makePathUnix("js/server/tests/dump/dump" + cluster + ".js"), {
"server.database": "UnitTestsDumpDst"
});