Files
docker-machine/vendor/github.com/rackspace/gophercloud/script/acceptancetest
Olivier Gambier c9117af080 Move to vendor
As we walk away from 1.4, godep no longer requires to have stuff into workspace and we no longer need the symlink.

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-11-03 21:14:39 -08:00

6 lines
140 B
Bash

#!/bin/bash
#
# Run the acceptance tests.
exec go test -p=1 -tags 'acceptance fixtures' github.com/rackspace/gophercloud/acceptance/... $@