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