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

exec go test -p=1 gerrit.mcp.mirantis.net/debian/gophercloud.git/acceptance/... $@
