forked from brl/citadel
3 lines
157 B
Bash
3 lines
157 B
Bash
#!/bin/sh
|
|
make -k runteststatic runtestshared | sed -r -e 's/^(\s+\*+ (.+?) test OK \*+)/\1\nPASS: \2/' -e 's/^(\s+\*+ (.+?) test FAILED \*+)/\1\nFAIL: \2/'
|