aboutsummaryrefslogtreecommitdiff
path: root/tests/fork/check.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-22 15:14:59 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-22 15:14:59 +0300
commita9d61501eb0200576bb08ba4b287f66177253ad9 (patch)
treea903b99b629ee676740c0daef0178651b8cb940f /tests/fork/check.mk
parentc3ea570bae8f7daeac8e0614a958e983fcf9940e (diff)
downloadkmi-a9d61501eb0200576bb08ba4b287f66177253ad9.tar.gz
kmi-a9d61501eb0200576bb08ba4b287f66177253ad9.zip
add fork test
Diffstat (limited to 'tests/fork/check.mk')
-rw-r--r--tests/fork/check.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fork/check.mk b/tests/fork/check.mk
new file mode 100644
index 0000000..272c5ab
--- /dev/null
+++ b/tests/fork/check.mk
@@ -0,0 +1,4 @@
+fork: do-fork
+ @grep 'BUG' reports/fork/log \
+ && echo 'BUG' > reports/fork/OK \
+ || tail -n1 reports/fork/log | tr -d '\r' > reports/fork/OK