Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
72e4d2caef9446c4ac5e5eb059929da38773b9c9
/
.
/
script
/
acceptancetest
blob: d8039ae8c96eb32805cffbcbf5293501a452091e [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Run the acceptance tests.
exec go test
-
tags
'acceptance fixtures'
./
acceptance
/...
$@