blob: 49039fd62db07e7e63399e8923ee3a0595e494cc [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
Jamie Hannaford52b266e2014-10-22 11:37:49 +02005exec go test -v -p=1 -tags 'acceptance fixtures' ./acceptance/... $@