#!/bin/bash cd test/unit nosetests --exe --with-coverage --cover-package gluster --cover-erase $@ rm -f .coverage cd -