aboutsummaryrefslogtreecommitdiff
path: root/tests/ipc-notify/check.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipc-notify/check.mk')
-rw-r--r--tests/ipc-notify/check.mk4
1 files changed, 4 insertions, 0 deletions
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