#!/bin/bash
#
# Run all the tests.

exec go test -tags 'acceptance fixtures' ./... $@
