#!/bin/sh -e

pkg=packagename
if [ "$ADTTMP" = "" ] ; then
	ADTTMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
fi
cd "$ADTTMP"
py.test-3 --numprocesses=auto --dist=loadfile --pyarg schema_salad
