summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr-util/run-ptest
blob: ae19a1d11bfada77e7392aee03dc6df8c0ab9b8f (plain)
1
2
3
4
5
6
#!/bin/sh

cd test
./testall |sed \
  -e 's|\(.*\):  SUCCESS|PASS: \1|' \
  -e 's|\(.*\):  FAILED|FAIL: \1|'