#!/bin/sh -e
repocop-run --collect --posttest --distrotest -q "$@"
repocop-report-stdout "$@"
# TODO: diff
repocop-purge-given --no-db-vacuum -q "$@"
