diff options
Diffstat (limited to 'tests/noop/check.mk')
| -rw-r--r-- | tests/noop/check.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/noop/check.mk b/tests/noop/check.mk new file mode 100644 index 0000000..f4741cb --- /dev/null +++ b/tests/noop/check.mk @@ -0,0 +1,3 @@ +noop: do-noop + @# remove carriage returns before writing status + @tail -n1 reports/noop/log | tr -d '\r' > reports/noop/OK |
