meta-agl-profile-telematics: recipes-core: systemd: change canbus systemd match regex
[AGL/meta-agl.git] / meta-security / recipes-devtools / e2fsprogs / e2fsprogs / run-ptest
1 #!/bin/sh
2
3 cd ./test
4 ./test_script &>../test.log
5 if [ $? -eq 0 ]
6 then
7         echo "PASS: e2fsprogs"
8         rm test.log
9 else
10         echo "FAIL: e2fsprogs"
11 fi