blob: 3f5956f4c0432930a46b680f766ac0a8937733d0 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001#!/bin/sh
2
3rm -rf tests.log
4sh -e run-test.sh pv . > tests.log 2>&1
5sed -e 's|\(.*\):.*OK|PASS: \1|' \
6 -e 's|\(.*\):.*FAILED|FAIL: \1|' \
7 tests.log