#!/bin/sh

set -e

[ ! -s $TDIR/mongo.pid ] || /bin/kill `cat $TDIR/mongo.pid` || true
rm -rf $TDIR/build
