From 4168cca8124acdbd1866eb87810efe1cfe16903c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 22 Aug 2024 00:08:46 +0300 Subject: add basic ipc-req test --- tests/ipc-req/check.mk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ipc-req/check.mk (limited to 'tests/ipc-req/check.mk') diff --git a/tests/ipc-req/check.mk b/tests/ipc-req/check.mk new file mode 100644 index 0000000..db9f580 --- /dev/null +++ b/tests/ipc-req/check.mk @@ -0,0 +1,4 @@ +ipc-req: do-ipc-req + @grep 'BUG' reports/ipc-req/log \ + && echo 'BUG' > reports/ipc-req/OK \ + || tail -n1 reports/ipc-req/log | tr -d '\r' > reports/ipc-req/OK -- cgit v1.3