#!/bin/sh for i in cpu ie vpu do ./$i"UnitTests" |sed \ -e 's|\[.*OK.*\]\(.*\)|PASS:\1|' \ -e 's|\[.*FAILED.*\]\(.*\)|FAIL:\1|' done