#!/bin/sh
# This script is invoked by tarmac - the automatic branch lader - before it
# allows a merge request to land into trunk
set -x -e
./test
cd plainbox
./setup.py test
# ZK: disabled as bzr crashes when invoked from tarmac
# ./lint
