rsync: add integrity information
This commit is contained in:
@@ -24,8 +24,8 @@ describe('Syncer', function () {
|
||||
});
|
||||
|
||||
async function getChanges(dataLayout) {
|
||||
const changes = await syncer.sync(dataLayout, { cacheFile: gCacheFile });
|
||||
syncer.finalize(changes);
|
||||
const changes = await syncer.sync(dataLayout, gCacheFile);
|
||||
syncer.finalize(gCacheFile);
|
||||
return changes.delQueue.concat(changes.addQueue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user