fv/Governor
Hadrien Croubois 2 years ago
parent 318cfd501b
commit f71bc6899f
  1. 1
      certora/run.js

@ -30,7 +30,6 @@ if (specs.length === 0) {
process.exit(1);
}
console.table(specs.map(spec => `${spec.contract}:${spec.spec} ${spec.options.join(' ')}`))
for (const { spec, contract, files, options = [] } of Object.values(specs)) {
limit(runCertora, spec, contract, files, [...options.flatMap(opt => opt.split(' ')), ...extraOptions]);
}

Loading…
Cancel
Save