#!/bin/sh

makesiteparse $1 install  || exit 0

if [ "$2" = "--autotest" ]; then
    testsite $1 --auto
fi
