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