fix: change awk mode from append to write

Co-authored-by: Benjamin Lipp <blipp@rosenpass.eu>
This commit is contained in:
Anja Rabich
2025-09-02 16:35:46 +02:00
parent b1ac5d9244
commit 13c5edbe44
3 changed files with 4 additions and 3 deletions

View File

@@ -28,10 +28,11 @@
* ~~standalone function parse_result_line is no longer necessary~~
* ~~is the clean function still necessary?~~
* ~~implement better main function for click~~
* ~~why does analyze fail when the target/proverif directory is not empty?~~
## Next Steps
* why does analyze fail when the target/proverif directory is not empty?
* return an exit status that is meaningful for CI
* exception handling in analyze() and in run_proverif()
* refactor filtering in run_proverif (see karo's comment)