blob: d8039ae8c96eb32805cffbcbf5293501a452091e [file] [log] [blame]
Jamie Hannaford2aaf1a62014-10-16 12:55:50 +02001#!/bin/bash
2#
3# Run the acceptance tests.
4
5exec go test -tags 'acceptance fixtures' ./acceptance/... $@