Sign in
◑
Theme
gbmc
/
openbmc
/
bae0ec8d93255cd78041ed094a8def35b3c5a1ae
/
.
/
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"