From f139fff6ae7063c1965fa3085bb2585d7d838d72 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 30 Oct 2024 13:34:18 +0200 Subject: rpc actually marks and unmarks stack regions + Processes won't be able to read previous stack frames etc --- tests/scripts/gen-simple | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/scripts/gen-simple') 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 -- cgit v1.3