Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
978bb50c1f7a07e861ea10b95227a1ab8d805a98
/
.
/
script
/
unittest
blob: d3440a902c01d4ca906d63c07b64fb0585b1e65f [
file
] [
log
] [
blame
]
#!/bin/bash
#
# Run the unit tests.
exec go test
-
tags fixtures
./...
$@