blob: 320240f27621d93b5377b725debf42424222950b [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001#!/bin/sh
2
Patrick Williams8e7b46e2023-05-01 14:19:06 -05003make -C tests test | sed -e '/\[PASS\]/ s/^/PASS: /g' \
4 -e '/\[FAIL\]/ s/^/FAIL: /g' \
5 -e '/\[IGNORE\]/ s/^/SKIP: /g' \
6 -e 's/IGNORE:/SKIP:/' \
7 -e 's/: \[PASS\]//' \
8 -e 's/: \[FAIL\]//' \
9 -e 's/: \[IGNORE\]//'