Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
8c072a3f5730841d477ae70c8e5bcc2e8c38968e
/
.
/
_site
/
script
/
unittest
blob: d3440a902c01d4ca906d63c07b64fb0585b1e65f [
file
] [
log
] [
blame
]
Jamie Hannaford
8c072a3
2014-10-16 14:33:32 +0200
[
diff
] [
blame^
]
1
#!/bin/bash
2
#
3
# Run the unit tests.
4
5
exec go test
-
tags fixtures
./...
$@