diff options
Diffstat (limited to 'meta/recipes-support/attr/acl/run-ptest')
| -rw-r--r-- | meta/recipes-support/attr/acl/run-ptest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl/run-ptest b/meta/recipes-support/attr/acl/run-ptest new file mode 100644 index 0000000000..3b31cc99af --- /dev/null +++ b/meta/recipes-support/attr/acl/run-ptest | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | gpasswd -a daemon bin | ||
| 4 | make -C test -k tests root-tests |sed \ | ||
| 5 | -e 's|^\[.*\] \(.*\) -- ok$|PASS: \1|' \ | ||
| 6 | -e 's|^\[.*\] \(.*\) -- failed|FAIL: \1|' | ||
| 7 | gpasswd -d daemon bin | ||
