summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-filelock/run-ptest
blob: 88654deb7033e410c4e39a2dbb52c0ea0b422921 (plain)
1
2
3
4
5
6
#!/bin/sh

# Some tests require non-root
useradd tester || echo test user exists already

su tester -c "pytest --automake"