blob: 614e822922e367026397a16acf0af8a8ee04b94d [file] [log] [blame]
Andrew Geissler615f2f12022-07-15 14:00:58 -05001#!/bin/sh
2cd tests
3./runtests.pl -a -n -s | sed \
4 -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \
5 -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \
6 -e 's/Warning: test[0-9]\+ not present in tests\/data\/Makefile.inc//'