Sign in
◑
Theme
gbmc
/
openbmc
/
8ed71209d2e8fb731ee2ce8a4af503c5d9c2e537
/
.
/
upstream-layers
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-filelock
/
run-ptest
blob: 88654deb7033e410c4e39a2dbb52c0ea0b422921 [
file
]
#!/bin/sh
# Some tests require non-root
useradd tester
||
echo test user exists already
su tester
-
c
"pytest --automake"