Files
poky/meta/recipes-support/attr/acl/run-ptest
Chong Lu 29a7e791aa acl: enable ptest support
Install acl test suite and run it as ptest.
nfs test cases need depend on nfs service. So exclude them order to
make ptest all pass.

(From OE-Core rev: 9b42aacca362ea5c404e2fd3ac25a51790ba41a5)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-02-17 15:28:57 +00:00

180 B

#!/bin/sh

gpasswd -a daemon bin make -C test -k tests root-tests |sed
-e 's|^[.] (.) -- ok$|PASS: \1|'
-e 's|^[.] (.) -- failed|FAIL: \1|' gpasswd -d daemon bin