diff options
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 |
