mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 08:13:55 +00:00
Always prepare source tree for cbmc proofs (#743)
Co-authored-by: Mark R. Tuttle <mrtuttle@amazon.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user