summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat/diffstat/run-ptest
blob: a936b3d3fe7bb1f2589667b7d7c1b496805e3799 (plain)
1
2
3
4
5
#!/bin/sh

./testing/run_test.sh ./testing/case*.pat |sed \
  -e 's|** ok|PASS|' \
  -e 's|?? fail|FAIL|'
OpenPOWER on IntegriCloud