From 9914b44878ca52cc615d2f4e47fec400dd55ab76 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 Nov 2024 04:44:50 +0200 Subject: test all ipc variants more-or-less properly --- tests/scripts/gen-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/scripts') diff --git a/tests/scripts/gen-tests b/tests/scripts/gen-tests index 7095e30..3be204d 100755 --- a/tests/scripts/gen-tests +++ b/tests/scripts/gen-tests @@ -18,8 +18,8 @@ for NAME in "${@}"; do build/$NAME/initrd > reports/$NAME/log" >> tests.mk echo "reports/$NAME/OK: reports/$NAME/log" >> tests.mk - echo " grep 'BUG' reports/$NAME/log \\" >> tests.mk - echo " && echo 'BUG' > reports/$NAME/log \\" >> tests.mk + echo " grep 'BUG|ERROR' reports/$NAME/log \\" >> tests.mk + echo " && echo 'NOTOK' > reports/$NAME/log \\" >> tests.mk echo " || tail -n1 reports/$NAME/log | tr -d '\\\\r' \\" >> tests.mk echo " > reports/$NAME/OK" >> tests.mk -- cgit v1.3