blob: a936b3d3fe7bb1f2589667b7d7c1b496805e3799 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2
3./testing/run_test.sh ./testing/case*.pat |sed \
4 -e 's|** ok|PASS|' \
5 -e 's|?? fail|FAIL|'