aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/files/run-ptest
blob: 77310f9f95f1ef8ca84095d224fbc3a174e05e40 (plain)
1
2
3
4
5
#!/bin/sh

./InferenceEngineUnitTests |sed \
  -e 's|\[.*OK.*\]\(.*\)|PASS:\1|' \
  -e 's|\[.*FAILED.*\]\(.*\)|FAIL:\1|'