#!/bin/sh

set -e

# use boothd binary from the package
sed -i "s|boothd_path *=.*|boothd_path = '/usr/sbin/boothd'|" test/boothtestenv.py

# run tests
python test/runtests.py 2>&1
