Always prepare source tree for cbmc proofs (#743)

Co-authored-by: Mark R. Tuttle <mrtuttle@amazon.com>
This commit is contained in:
Mark Tuttle
2021-12-17 13:59:10 -05:00
committed by GitHub
parent b44f5932fe
commit 21f2799392

View File

@@ -276,9 +276,8 @@ def main():
proof_root = pathlib.Path(__file__).resolve().parent
litani = get_litani_path(proof_root)
run_cmd(["./prepare.py"], check=True, cwd=str(proof_root))
if not args.no_standalone:
run_cmd(
["./prepare.py"], check=True, cwd=str(proof_root))
run_cmd(
[str(litani), "init", "--project", args.project_name], check=True)