github.com/gophercloud/gophercloud@v1.11.0/script/test (about) 1 #!/bin/bash 2 # 3 # Run all the tests. 4 5 exec go test -tags 'acceptance fixtures' ./... $@