Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
b4a027550acf2c1051c34f997b8e7e845017af4b
/
.
/
yocto-poky
/
meta
/
recipes-support
/
attr
/
acl
/
run-ptest
blob: 3b31cc99afb628683417151ab86c64f2b7dc9745 [
file
] [
log
] [
blame
]
#!/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