mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
Adding FreeRTOS+TCP CBMC proofs to FreeRTOS/FreeRTOS (#56)
ParseDNSReply is to be added in the next PR.
This commit is contained in:
parent
40a31b6d35
commit
4db195c916
100 changed files with 3448 additions and 30 deletions
|
@ -36,7 +36,7 @@ except FileNotFoundError:
|
|||
sys.exit(0)
|
||||
for tmpfile in glob(os.path.join(PATCHES_DIR, "*.patch")):
|
||||
print("unpatch", tmpfile)
|
||||
result = subprocess.run(["git", "apply", "-R", "--ignore-whitespace", tmpfile],
|
||||
cwd=os.path.join("..", "..", ".."))
|
||||
result = subprocess.run(["git", "apply", "-R", "--ignore-space-change", "--ignore-whitespace", tmpfile],
|
||||
cwd=os.path.join("..", "..", "..", ".."))
|
||||
if result.returncode:
|
||||
print("Unpatching failed: {}".format(tmpfile))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue