summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/files/run-ptest
blob: a6c6867f2d934bd66666bd707bcf0ecfa363c78f (plain)
1
2
3
4
5
#!/bin/sh

make -C test -k tests root-tests |sed \
 -e 's|^\[.*\] \(.*\) -- ok$|PASS: \1|' \
 -e 's|^\[.*\] \(.*\) -- failed|FAIL: \1|'