1#!/bin/sh
2
3cd test
4./testall |sed \
5  -e 's|\(.*\):  SUCCESS|PASS: \1|' \
6  -e 's|\(.*\):  FAILED|FAIL: \1|'
7