blob: 88654deb7033e410c4e39a2dbb52c0ea0b422921 [file] [edit]
#!/bin/sh
# Some tests require non-root
useradd tester || echo test user exists already
su tester -c "pytest --automake"