blob: d8039ae8c96eb32805cffbcbf5293501a452091e [file] [log] [blame]
Ash Wilson0d819272014-10-10 14:08:10 -04001#!/bin/bash
2#
Ash Wilson86910c72014-10-10 15:12:19 -04003# Run the acceptance tests.
Ash Wilson0d819272014-10-10 14:08:10 -04004
5exec go test -tags 'acceptance fixtures' ./acceptance/... $@