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

exec go test -p=1 github.com/gophercloud/gophercloud/acceptance/... $@
