run-ptest 109 B

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