#!/bin/sh

# Test suite automatically skips over tests that cannot be
# executed because of insufficient priviliges.

export PYTHONPATH="/usr/lib/s3ql:${PYTHONPATH}"
exec py.test-3 --installed --logdebug=s3ql.verify tests/
