#!/bin/sh

set -e

QUILT_PATCHES=debian/patches quilt push -a || true
make test
QUILT_PATCHES=debian/patches quilt pop -a || true
