blob: 49039fd62db07e7e63399e8923ee3a0595e494cc [file] [log] [blame]
#!/bin/bash
#
# Run the acceptance tests.
exec go test -v -p=1 -tags 'acceptance fixtures' ./acceptance/... $@