f8dd5d8b41f4c6adc1d8cf20935da4fd669f389a
[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/'