From c3ea570bae8f7daeac8e0614a958e983fcf9940e Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 22 Aug 2024 14:57:14 +0300 Subject: add ipc_notify testcase, remove ipc_ghost + A bit easier to implement just ignoring the ipc_resp() arguments than try to enforce that a notification is exited from by ipc_ghost(), especially in cases where the root process has been killed. --- tests/ipc-notify/check.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ipc-notify/check.mk (limited to 'tests/ipc-notify/check.mk') diff --git a/tests/ipc-notify/check.mk b/tests/ipc-notify/check.mk new file mode 100644 index 0000000..54da852 --- /dev/null +++ b/tests/ipc-notify/check.mk @@ -0,0 +1,4 @@ +ipc-notify: do-ipc-notify + @grep 'BUG' reports/ipc-notify/log \ + && echo 'BUG' > reports/ipc-notify/OK \ + || tail -n1 reports/ipc-notify/log | tr -d '\r' > reports/ipc-notify/OK -- cgit v1.3