diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-22 15:14:59 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-22 15:14:59 +0300 |
| commit | a9d61501eb0200576bb08ba4b287f66177253ad9 (patch) | |
| tree | a903b99b629ee676740c0daef0178651b8cb940f /tests/fork/check.mk | |
| parent | c3ea570bae8f7daeac8e0614a958e983fcf9940e (diff) | |
| download | kmi-a9d61501eb0200576bb08ba4b287f66177253ad9.tar.gz kmi-a9d61501eb0200576bb08ba4b287f66177253ad9.zip | |
add fork test
Diffstat (limited to 'tests/fork/check.mk')
| -rw-r--r-- | tests/fork/check.mk | 4 |
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 |
