#!/bin/sh
mkdir t/logs
cp debian/TEST t/TEST
chmod u+x t/TEST
t/TEST -httpd_conf `pwd`/debian/apache2.conf -bugreport -verbose=0
rm t/TEST
