diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-30 13:34:18 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-01 10:27:36 +0200 |
| commit | f139fff6ae7063c1965fa3085bb2585d7d838d72 (patch) | |
| tree | 7ee9f7c6a1ee09dba93c086cd66861474b821c97 /tests/scripts/gen-simple | |
| parent | b576c1d477bf476f277d32ecf60c312e4a97490d (diff) | |
| download | kmi-f139fff6ae7063c1965fa3085bb2585d7d838d72.tar.gz kmi-f139fff6ae7063c1965fa3085bb2585d7d838d72.zip | |
rpc actually marks and unmarks stack regions
+ Processes won't be able to read previous stack frames etc
Diffstat (limited to 'tests/scripts/gen-simple')
| -rwxr-xr-x | tests/scripts/gen-simple | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/scripts/gen-simple b/tests/scripts/gen-simple index 418cc02..a942fb3 100755 --- a/tests/scripts/gen-simple +++ b/tests/scripts/gen-simple @@ -28,8 +28,10 @@ echo " timeout --foreground 30s \$(QEMU) \ echo "TESTS += $NAME" >> tests.mk echo ".PHONY: $NAME" >> tests.mk -echo "$NAME: reports/$NAME/log" >> tests.mk +echo "reports/$NAME/OK: reports/$NAME/log" >> tests.mk echo " grep 'BUG' reports/$NAME/log \\" >> tests.mk echo " && echo 'BUG' > reports/$NAME/log \\" >> tests.mk echo " || tail -n1 reports/$NAME/log | tr -d '\\\\r' \\" >> tests.mk echo " > reports/$NAME/OK" >> tests.mk + +echo "$NAME: reports/$NAME/OK" >> tests.mk |
