Generalize create-combined-dtb to use VC4DTBO from board config
[AGL/meta-agl.git] / meta-security / recipes-security / cynara / cynara / run-ptest
1 #!/bin/sh
2
3 cynara-tests | sed -e 's/^\[ *OK *\] \(\S*\)$/PASS: \1/' -e 's/^\[ *FAILED *\] \(\S*\)$/FAIL: \1/'
4 sh /usr/bin/cynara-db-migration-tests | sed -e 's/^Test .*(\([^)]*\)).*passed.*/PASS: \1/' -e 's/^Test .*(\([^)]*\)).*failed.*/FAIL: \1/'