Skip to content
Prev Previous commit
Next Next commit
mark test repos safe
  • Loading branch information
zawata committed Apr 19, 2022
commit ad32cdab8381cc741866fce2bafce2383e76a949
6 changes: 6 additions & 0 deletions test/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ before(function() {
}
return Promise.resolve();
})
.then(function() {
return exec(`git config --global --add safe.directory ${workdirPath}`);
})
.then(function() {
return exec(`git config --global --add safe.directory ${constworkdir}`);
})
.then(function() {
return exec("git checkout rev-walk", {cwd: workdirPath});
})
Expand Down