diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-01 04:44:50 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-11-01 10:28:11 +0200 |
| commit | 9914b44878ca52cc615d2f4e47fec400dd55ab76 (patch) | |
| tree | 7678216d4049fa5d2a4a9e381daa4d34dc317c22 /tests/scripts/gen-tests | |
| parent | 89e162f3916de5a4faef5bd626590d004bdcdc39 (diff) | |
| download | kmi-9914b44878ca52cc615d2f4e47fec400dd55ab76.tar.gz kmi-9914b44878ca52cc615d2f4e47fec400dd55ab76.zip | |
test all ipc variants more-or-less properly
Diffstat (limited to 'tests/scripts/gen-tests')
| -rwxr-xr-x | tests/scripts/gen-tests | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
