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