xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr-util/run-ptest (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3cd test
4./testall |sed \
5  -e 's|\(.*\):  SUCCESS|PASS: \1|' \
6  -e 's|\(.*\):  FAILED|FAIL: \1|'
7