#!/bin/sh -e
# Run rawdog's test suite on the installed version of rawdog.

cp config test-rawdog testserver.py $ADTTMP
cd $ADTTMP
exec ./test-rawdog -k -r /usr/bin/rawdog
