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