Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
29149be58db42f9a8f43e4781ab4c31d5d8ce8e6
/
.
/
script
/
acceptancetest
blob: 49039fd62db07e7e63399e8923ee3a0595e494cc [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Run the acceptance tests.
exec go test
-
v
-
p
=
1
-
tags
'acceptance fixtures'
./
acceptance
/...
$@