github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/script/test (about)

     1  #!/bin/bash
     2  #
     3  # Run all the tests.
     4  
     5  set -euxo pipefail
     6  
     7  # shellcheck disable=SC2068
     8  go test -v -tags 'acceptance fixtures' ./... $@