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>
6 lines
140 B
Bash
6 lines
140 B
Bash
#!/bin/bash
|
|
#
|
|
# Run the acceptance tests.
|
|
|
|
exec go test -p=1 -tags 'acceptance fixtures' github.com/rackspace/gophercloud/acceptance/... $@
|