Always prepare source tree for cbmc proofs (#743)

Co-authored-by: Mark R. Tuttle <mrtuttle@amazon.com>
pull/748/head
Mark Tuttle 3 years ago committed by GitHub
parent b44f5932fe
commit 21f2799392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save