1
0
forked from brl/citadel

7 lines
109 B
Plaintext
Raw Normal View History

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