#!/bin/sh

set -e

exec 2>&1

tree=$(pwd)

cd $AUTOPKGTEST_TMP

sh $tree/test/runall.sh
